]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
Some Win32 fixes
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.35.1"
4 #define VSTRING "1"
5 #define BDATE   "17 July 2004"
6 #define LSMDATE "17Jul04"
7
8 /* Debug flags */
9 #undef  DEBUG
10 #define DEBUG 1
11 #define TRACEBACK 1
12 #define SMCHECK     
13 #define TRACE_FILE 1  
14
15
16 /* Debug flags not normally turned on */
17
18 /* #define TRACE_JCR_CHAIN 1 */
19 /* #define TRACE_RES 1 */
20 /* #define DEBUG_MEMSET 1 */
21 #define DEBUG_BLOCK_ZEROING 1
22
23 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
24
25 /* Turn this on ONLY if you want all Dmsg() to append to the
26  *   trace file. Implemented mainly for Win32 ...
27  */
28 /*  #define SEND_DMSG_TO_FILE 1 */
29
30
31 /* #define NO_ATTRIBUTES_TEST 1 */
32 /* #define NO_TAPE_WRITE_TEST 1 */
33 /* #define FD_NO_SEND TEST 1 */
34 /* #define DEBUG_MUTEX 1 */