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