From 2f6e16a3cf4fcfade56f5958735e8b6914a18db0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 11 Dec 2009 18:07:26 +0100 Subject: [PATCH] Allow deadlock manager on FreeBSD, MacOSX and SunOs --- 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 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 -- 2.39.5