]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Fix priority scheduling bugs
[bacula/bacula] / bacula / src / version.h
index 574824762de1b4115250c650b39dad515e07a232..80409f7401f8877ced73207a2422441c993c93ec 100644 (file)
@@ -1,8 +1,8 @@
 /* */
-#define VERSION "1.29"
+#define VERSION "1.31"
 #define VSTRING "1"
-#define DATE    "22 January 2003"
-#define LSMDATE "22Jan03"
+#define BDATE   "20 Jul 2003"
+#define LSMDATE "20Jul03"
 
 /* Debug flags */
 #define DEBUG 1
 #define SMCHECK     
 #define TRACE_FILE 1  
 
-/* IF you undefine this, Bacula will run 10X slower */
-#define NO_POLL_TEST 1
+#define FULL_DEBUG 1    /* normally on for testing only */
+
+/* Turn this on ONLY if you want all Dmsg() to append to the
+ *   trace file. Implemented mainly for Win32 ...
+ */
+/*  #define SEND_DMSG_TO_FILE 1 */
+
+/* Turn this on if you want to use the Job semaphore code */
+#define USE_SEMAPHORE
+
+/* Turn this on if you want to use the new Job scheduling code */
+#undef USE_SEMAPHORE
+#define JOB_QUEUE 1
+
 
 /* #define NO_ATTRIBUTES_TEST 1 */
 /* #define NO_TAPE_WRITE_TEST 1 */
-/* #define NO_FD_SEND TEST 1 */
+/* #define FD_NO_SEND TEST 1 */
 /* #define DEBUG_MUTEX 1 */