]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
- Fix wrong variable in bpipe.c debug output reported by user.
[bacula/bacula] / bacula / src / version.h
1 /*
2  *  Version $Id$
3  */
4
5 #undef  VERSION
6 #define VERSION "1.38.0"
7 #define BDATE   "28 October 2005"
8 #define LSMDATE "28Oct05"
9
10 /* Debug flags */
11 #undef  DEBUG
12 #define DEBUG 1
13 #define TRACEBACK 1
14 #define SMCHECK
15 #define TRACE_FILE 1
16
17 /* If this is set stdout will not be closed on startup */
18 #define DEVELOPER 1
19
20 /* Debug flags not normally turned on */
21
22 /* #define FILE_SEEK 1 */  
23
24 /* #define TRACE_JCR_CHAIN 1 */
25 /* #define TRACE_RES 1 */
26 /* #define DEBUG_MEMSET 1 */
27 /* #define DEBUG_MUTEX 1 */
28
29 /* Check if header of tape block is zero before writing */
30 #define DEBUG_BLOCK_ZEROING 1
31
32 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
33
34 /* Turn this on ONLY if you want all Dmsg() to append to the
35  *   trace file. Implemented mainly for Win32 ...
36  */
37 /*  #define SEND_DMSG_TO_FILE 1 */
38
39
40 /* The following are turned on for performance testing */
41 /* #define NO_ATTRIBUTES_TEST 1 */
42 /* #define NO_TAPE_WRITE_TEST 1 */
43 /* #define FD_NO_SEND_TEST 1 */