]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.32f-4"
4 #define VSTRING "1"
5 #define BDATE   "24 Jan 2004"
6 #define LSMDATE "24Jan04"
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 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
16
17 /* Turn this on ONLY if you want all Dmsg() to append to the
18  *   trace file. Implemented mainly for Win32 ...
19  */
20 /*  #define SEND_DMSG_TO_FILE 1 */
21
22
23 /* #define NO_ATTRIBUTES_TEST 1 */
24 /* #define NO_TAPE_WRITE_TEST 1 */
25 /* #define FD_NO_SEND TEST 1 */
26 /* #define DEBUG_MUTEX 1 */