From: Eric Bollengier Date: Fri, 11 Dec 2009 17:07:26 +0000 (+0100) Subject: Allow deadlock manager on FreeBSD, MacOSX and SunOs X-Git-Tag: Release-5.0.0~145 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f6e16a3cf4fcfade56f5958735e8b6914a18db0;p=bacula%2Fbacula Allow deadlock manager on FreeBSD, MacOSX and SunOs --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 6931e508e7..14510abae0 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -77,7 +77,7 @@ //# define USE_LOCKMGR_PRIORITY #endif -#if !HAVE_LINUX_OS +#if !HAVE_LINUX_OS || !HAVE_SUN_OS || !HAVE_DARWIN_OS || !HAVE_FREEBSD_OS # undef _USE_LOCKMGR #endif