]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
- Fix bug 207. jcr use count off by one when manually
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.37.1"
4 #define BDATE   "18 December 2004"
5 #define LSMDATE "18Dec04"
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 /* If this is set stdout will not be closed on startup */
15 #define DEVELOPER 1
16
17
18
19 /* Debug flags not normally turned on */
20
21 /* #define TRACE_JCR_CHAIN 1 */
22 /* #define TRACE_RES 1 */
23 /* #define DEBUG_MEMSET 1 */
24
25 /* Check if header of tape block is zero before writing */
26 #define DEBUG_BLOCK_ZEROING 1
27
28 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
29
30 /* Turn this on ONLY if you want all Dmsg() to append to the
31  *   trace file. Implemented mainly for Win32 ...
32  */
33 /*  #define SEND_DMSG_TO_FILE 1 */
34
35
36 /* #define NO_ATTRIBUTES_TEST 1 */
37 /* #define NO_TAPE_WRITE_TEST 1 */
38 /* #define FD_NO_SEND TEST 1 */
39 /* #define DEBUG_MUTEX 1 */