]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
Implement block rejection during read
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #define VERSION "1.31"
3 #define VSTRING "1"
4 #define BDATE   "20 Jun 2003"
5 #define LSMDATE "20Jun03"
6
7 /* Debug flags */
8 #define DEBUG 1
9 #define TRACEBACK 1
10 #define SMCHECK     
11 #define TRACE_FILE 1  
12
13 #define FULL_DEBUG 1    /* normally on for testing only */
14
15 /* Turn this on ONLY if you want all Dmsg() to append to the
16  *   trace file. Implemented mainly for Win32 ...
17  */
18 /*  #define SEND_DMSG_TO_FILE 1 */
19
20 /* Turn this on if you want to try the new Job semaphore code */
21 #define USE_SEMAPHORE
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 */