drop str_adjust: we don't care about a few octets unused, please do me a
[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;