From: Kern Sibbald Date: Tue, 15 Dec 2009 20:48:38 +0000 (+0100) Subject: Fix #undef of lock manager X-Git-Tag: Release-7.0.0~2452 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f90b0b82493690ca5c8c78bdb4436e18f5dd8d88;p=bacula%2Fbacula Fix #undef of lock manager --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 14510abae0..41a649895c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -77,7 +77,7 @@ //# define USE_LOCKMGR_PRIORITY #endif -#if !HAVE_LINUX_OS || !HAVE_SUN_OS || !HAVE_DARWIN_OS || !HAVE_FREEBSD_OS +#if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS # undef _USE_LOCKMGR #endif