3 #define VERSION "1.37.6"
4 #define BDATE "08 March 2005"
5 #define LSMDATE "08Mar05"
14 /* If this is set stdout will not be closed on startup */
19 /* Debug flags not normally turned on */
21 /* #define TRACE_JCR_CHAIN 1 */
22 /* #define TRACE_RES 1 */
23 /* #define DEBUG_MEMSET 1 */
24 /* #define DEBUG_MUTEX 1 */
26 /* Check if header of tape block is zero before writing */
27 #define DEBUG_BLOCK_ZEROING 1
29 /* #define FULL_DEBUG 1 */ /* normally on for testing only */
31 /* Turn this on ONLY if you want all Dmsg() to append to the
32 * trace file. Implemented mainly for Win32 ...
34 /* #define SEND_DMSG_TO_FILE 1 */
37 /* The following are turned on for performance testing */
38 /* #define NO_ATTRIBUTES_TEST 1 */
39 /* #define NO_TAPE_WRITE_TEST 1 */
40 /* #define FD_NO_SEND TEST 1 */