]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Small change to allow the compiler to optimize it easier due to the constant.
[bacula/bacula] / bacula / src / version.h
index 7a344ed3f104a24f4d68593622d6e565d490743c..4c3741e95e42132cfbbb39dc806d7fa2af8fb1d2 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "18 June 2009"
-#define LSMDATE "18Jun09"
+#define BDATE   "02 July 2009"
+#define LSMDATE "02Jul09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
  *   it can always be turned on, but we advise to use it only
  *   for debug
  */
-#ifdef DEVELOPER
+#if DEVELOPER
 # ifndef _USE_LOCKMGR
 #  define _USE_LOCKMGR
 # endif
 #endif
 
+#if !HAVE_LINUX_OS
+# undef _USE_LOCKMGR
+#endif
+
 /*
  * USE_VTAPE is a dummy tape driver. This is useful to
  *  run regress test.