]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
Fix cancel problem and implement run gnome dialog
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #define VERSION "1.30a"
3 #define VSTRING "1"
4 #define BDATE   "30 April 2003"
5 #define LSMDATE "30Apr03"
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 if you want to try the new Job semaphore code */
14 /* #define USE_SEMAPHORE */
15
16 /* IF you undefine this, Bacula will run 10X slower */
17 #define NO_POLL_TEST 1
18
19 /* #define NO_ATTRIBUTES_TEST 1 */
20 /* #define NO_TAPE_WRITE_TEST 1 */
21 /* #define FD_NO_SEND TEST 1 */
22 /* #define DEBUG_MUTEX 1 */