]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
Fix priority scheduling bugs
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #define VERSION "1.31"
3 #define VSTRING "1"
4 #define BDATE   "20 Jul 2003"
5 #define LSMDATE "20Jul03"
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 use the Job semaphore code */
21 #define USE_SEMAPHORE
22
23 /* Turn this on if you want to use the new Job scheduling code */
24 #undef USE_SEMAPHORE
25 #define JOB_QUEUE 1
26
27
28 /* #define NO_ATTRIBUTES_TEST 1 */
29 /* #define NO_TAPE_WRITE_TEST 1 */
30 /* #define FD_NO_SEND TEST 1 */
31 /* #define DEBUG_MUTEX 1 */