Made it possible to set MYNAME when compiling

This commit is contained in:
Joel Rosdahl 2010-01-20 19:29:59 +01:00
parent b554a73e69
commit f1cf9871fa

View File

@ -41,7 +41,9 @@
#define STATUS_FATAL 4
#define STATUS_NOCACHE 5
#ifndef MYNAME
#define MYNAME "ccache"
#endif
#define LIMIT_MULTIPLE 0.8