From 25eef8c10df72e5e14538907bb53f8fe184580a8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 15 Dec 2009 21:48:38 +0100 Subject: [PATCH] Fix #undef of lock manager --- bacula/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5