common.h
changeset 25 a1e271de54c2
parent 24 8307d28329ae
child 26 6d615203d963
--- a/common.h	Thu Jun 26 02:57:20 2008 +0300
+++ b/common.h	Thu Jun 26 03:31:59 2008 +0300
@@ -48,8 +48,12 @@
 #endif
 
 // default is to enable INFO
-#ifndef INFO_ENABLED
-#define INFO_ENABLED 1
+#ifdef INFO_DISABLED
+    #define INFO_ENABLED 0
+#else
+    #ifndef INFO_ENABLED
+        #define INFO_ENABLED 1
+    #endif
 #endif
 
 #if INFO_ENABLED