]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Add numornull which retuns NULL if the value is zero, or the value.
[bacula/bacula] / bacula / src / version.h
index 3e26c96c2dbe49e84417837dfe6d75606741fb1b..1e07e29ede5c78c25ab1dc8adf39c80bc6c89d91 100644 (file)
@@ -1,10 +1,12 @@
 /* */
-#define VERSION "1.31a"
+#undef  VERSION
+#define VERSION "1.33"
 #define VSTRING "1"
-#define BDATE   "02 Aug 2003"
-#define LSMDATE "02Aug03"
+#define BDATE   "08 Dec 2003"
+#define LSMDATE "08Dec03"
 
 /* Debug flags */
+#undef  DEBUG
 #define DEBUG 1
 #define TRACEBACK 1
 #define SMCHECK     
  */
 /*  #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 */