]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
- Convert more atoi to str_to_int64() for DB.
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.37.11"
4 #define BDATE   "31 March 2005"
5 #define LSMDATE "31Mar05"
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 /* #define DEBUG_MUTEX 1 */
25
26 /* Check if header of tape block is zero before writing */
27 #define DEBUG_BLOCK_ZEROING 1
28
29 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
30
31 /* Turn this on ONLY if you want all Dmsg() to append to the
32  *   trace file. Implemented mainly for Win32 ...
33  */
34 /*  #define SEND_DMSG_TO_FILE 1 */
35
36
37 /* The following are turned on for performance testing */
38 /* #define NO_ATTRIBUTES_TEST 1 */
39 /* #define NO_TAPE_WRITE_TEST 1 */
40 /* #define FD_NO_SEND TEST 1 */