From: Kern Sibbald Date: Thu, 27 Feb 2003 22:47:21 +0000 (+0000) Subject: Darwin patch X-Git-Tag: Release-1.30~110 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68fca2323ff292e9e36a33c2aca2c7d90408d328;p=bacula%2Fbacula Darwin patch git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@357 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index ed1de0c5c2..5e5c440600 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -380,6 +380,9 @@ extern int thr_setconcurrency(int); #define socklen_t int /* Apparently someone forgot to wrap getdomainname as a C function */ extern "C" int getdomainname(char *name, size_t len); + +/* Darwin lib fnmatch() doesn't work, so use our own */ +#undef HAVE_FNMATCH #endif #ifdef HAVE_CYGWIN