From: Joel Rosdahl Date: Wed, 20 Jan 2010 18:29:59 +0000 (+0100) Subject: Made it possible to set MYNAME when compiling X-Git-Tag: v3.0pre0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cf9871fa1e02a0d5ed10d7ff46ce5fdf17e0b2;p=thirdparty%2Fccache.git Made it possible to set MYNAME when compiling --- diff --git a/ccache.h b/ccache.h index ad2d9d448..e9ba0ad2b 100644 --- a/ccache.h +++ b/ccache.h @@ -41,7 +41,9 @@ #define STATUS_FATAL 4 #define STATUS_NOCACHE 5 +#ifndef MYNAME #define MYNAME "ccache" +#endif #define LIMIT_MULTIPLE 0.8