]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
406ebaafaa9cfbf4ccbc89f08efc936c0e6223e4
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.35.8"
4 #define BDATE   "08 October 2004"
5 #define LSMDATE "08Oct04"
6
7 /* Debug flags */
8 #undef  DEBUG
9 #define DEBUG 1
10 #define TRACEBACK 1
11 #define SMCHECK     
12 #define TRACE_FILE 1  
13 #define DEVELOPER 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 */