Rocco Rutte:
[apps/madmutt.git] / lib / debug.h
index 225aff5..61a1411 100644 (file)
 
 #include <stdio.h>
 
+#define DEBUG_MIN_LEVEL         1
+#define DEBUG_MIN_LEVEL_S       "1"
+#define DEBUG_MAX_LEVEL         5
+#define DEBUG_MAX_LEVEL_S       "5"
+
 #ifdef DEBUG
 
 extern short DebugLevel;