]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Made it possible to set MYNAME when compiling
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 20 Jan 2010 18:29:59 +0000 (19:29 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 12 Feb 2010 20:52:23 +0000 (21:52 +0100)
ccache.h

index ad2d9d448daff3bffdf07c8fae31f7af60aadab5..e9ba0ad2b189e781ce89d13e8e8744400e24f729 100644 (file)
--- 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