]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
Win32 cannot access directory fix
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #define VERSION "1.31"
3 #define VSTRING "1"
4 #define BDATE   "20 May 2003"
5 #define LSMDATE "20May03"
6
7 /* Debug flags */
8 #define DEBUG 1
9 #define TRACEBACK 1
10 #define SMCHECK     
11 #define TRACE_FILE 1  
12
13 /* Turn this on ONLY if you want all Dmsg() to append to the
14  *   trace file. Implemented mainly for Win32 ...
15  */
16 /*  #define SEND_DMSG_TO_FILE 1 */
17
18 /* Turn this on if you want to try the new Job semaphore code */
19 #define USE_SEMAPHORE
20
21 /* IF you undefine this, Bacula will run 10X slower */
22 #define NO_POLL_TEST 1
23
24 /* #define NO_ATTRIBUTES_TEST 1 */
25 /* #define NO_TAPE_WRITE_TEST 1 */
26 /* #define FD_NO_SEND TEST 1 */
27 /* #define DEBUG_MUTEX 1 */