comparison src/define.h @ 33:12cac756bc05 stable-0-5-5

enable -d option, but if not specified, don't generate a debug file
author carl
date Tue, 10 Jul 2007 20:23:55 -0700
parents b88ceb81dba2
children 07177825c91b
comparison
equal deleted inserted replaced
32:c03974357771 33:12cac756bc05
10 #endif 10 #endif
11 11
12 #ifndef DEFINEH_H 12 #ifndef DEFINEH_H
13 #define DEFINEH_H 13 #define DEFINEH_H
14 14
15 #ifdef DEBUG_ALL 15 // #ifdef DEBUG_ALL
16 #define DEBUG_MODE_GEN 16 #define DEBUG_MODE_GEN
17 #define DEBUGPRINT 17 #define DEBUGPRINT
18 #define DEBUG_MODE_WARN 18 #define DEBUG_MODE_WARN
19 #define DEBUG_MODE_READ 19 #define DEBUG_MODE_READ
20 #define DEBUG_MODE_EMAIL 20 #define DEBUG_MODE_EMAIL
22 #define DEBUG_MODE_INDEX 22 #define DEBUG_MODE_INDEX
23 #define DEBUG_MODE_CODE 23 #define DEBUG_MODE_CODE
24 #define DEBUG_MODE_INFO 24 #define DEBUG_MODE_INFO
25 #define DEBUG_MODE_HEXDUMP 25 #define DEBUG_MODE_HEXDUMP
26 #define DEBUG_MODE_FUNC 26 #define DEBUG_MODE_FUNC
27 //#define DEBUG_MODE_DECRYPT 27 // #endif
28 #endif
29 28
30 //number of items to save in memory between writes 29 //number of items to save in memory between writes
31 #define DEBUG_MAX_ITEMS 0 30 #define DEBUG_MAX_ITEMS 0
32 31
33 #define DEBUG_FILE_NO 1 32 #define DEBUG_FILE_NO 1