]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
- Rework some of the autochanger data so that the DIR has
[bacula/bacula] / bacula / src / version.h
index 56b7e9019ae323a2550b0057bd93f0551228e58d..b5103f49b669eb5e8e1ed548ef91c498f9876a05 100644 (file)
@@ -1,15 +1,19 @@
 /* */
 #undef  VERSION
-#define VERSION "1.35.2"
-#define BDATE   "30 August 2004"
-#define LSMDATE "30Aug04"
+#define VERSION "1.37.6"
+#define BDATE   "07 March 2005"
+#define LSMDATE "07Mar05"
 
 /* Debug flags */
 #undef  DEBUG
 #define DEBUG 1
 #define TRACEBACK 1
-#define SMCHECK     
-#define TRACE_FILE 1  
+#define SMCHECK
+#define TRACE_FILE 1
+
+/* If this is set stdout will not be closed on startup */
+#define DEVELOPER 1
+
 
 
 /* Debug flags not normally turned on */
@@ -17,6 +21,9 @@
 /* #define TRACE_JCR_CHAIN 1 */
 /* #define TRACE_RES 1 */
 /* #define DEBUG_MEMSET 1 */
+/* #define DEBUG_MUTEX 1 */
+
+/* Check if header of tape block is zero before writing */
 #define DEBUG_BLOCK_ZEROING 1
 
 /* #define FULL_DEBUG 1 */   /* normally on for testing only */
@@ -27,7 +34,7 @@
 /*  #define SEND_DMSG_TO_FILE 1 */
 
 
+/* The following are turned on for performance testing */
 /* #define NO_ATTRIBUTES_TEST 1 */
 /* #define NO_TAPE_WRITE_TEST 1 */
 /* #define FD_NO_SEND TEST 1 */
-/* #define DEBUG_MUTEX 1 */