]> Dogcows Code - chaz/yoink/blobdiff - src/version.h
preliminary AM_SILENT_RULES support
[chaz/yoink] / src / version.h
index 5937771d3dd02afe66267e1234ddb0cdd9d480e7..a6e48d5acc66dc3dbb1f2089f70219dd2ce454e4 100644 (file)
 #define _VERSION_H_
 
 
+// the time and date of the compilation
+extern const char* COMPILE_TIME;
+
+
 // yoinked from fluxbox
 
 #ifdef __VERSION__
@@ -55,7 +59,7 @@
 #define COMPILER_NAME "COMO"
 #define COMPILER_VERSION __COMO_VERSION__
 #elif defined(_CRAYC) && defined(_REVISION)
-#define COMPILER_NAME "GRAYC"
+#define COMPILER_NAME "CRAYC"
 #define COMPILER_VERSION _REVISION
 #elif defined(__DECCXX) && defined(__DECCXX)
 #define COMPILER_NAME "DECCXX"
This page took 0.019 seconds and 4 git commands to generate.