]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/version.h
- Make authentication timeout compile time configurable.
[bacula/bacula] / bacula / src / version.h
1 /* */
2 #undef  VERSION
3 #define VERSION "1.36.1"
4 #define BDATE   "21 November 2004"
5 #define LSMDATE "21Nov04"
6
7 /* Debug flags */
8 #undef  DEBUG
9 #define DEBUG 1
10 #define TRACEBACK 1
11 #define SMCHECK     
12 #define TRACE_FILE 1  
13
14 /* If this is set stdout will not be closed on startup */
15 #define DEVELOPER 1
16
17
18 /*
19  * Set to time limit for other end to respond to
20  *  authentication.  Normally 10 minutes is *way*
21  *  more than enough.
22  */
23 #define AUTH_TIMEOUT 60 * 1000
24
25 /* Debug flags not normally turned on */
26
27 /* #define TRACE_JCR_CHAIN 1 */
28 /* #define TRACE_RES 1 */
29 /* #define DEBUG_MEMSET 1 */
30
31 /* Check if header of tape block is zero before writing */
32 #define DEBUG_BLOCK_ZEROING 1
33
34 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
35
36 /* Turn this on ONLY if you want all Dmsg() to append to the
37  *   trace file. Implemented mainly for Win32 ...
38  */
39 /*  #define SEND_DMSG_TO_FILE 1 */
40
41
42 /* #define NO_ATTRIBUTES_TEST 1 */
43 /* #define NO_TAPE_WRITE_TEST 1 */
44 /* #define FD_NO_SEND TEST 1 */
45 /* #define DEBUG_MUTEX 1 */