]> git.sur5r.net Git - bacula/bacula/commitdiff
Darwin patch
authorKern Sibbald <kern@sibbald.com>
Thu, 27 Feb 2003 22:47:21 +0000 (22:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 27 Feb 2003 22:47:21 +0000 (22:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@357 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/baconfig.h

index ed1de0c5c2cb2cb67a5f323aca97a0ff56d708dc..5e5c44060027432e2b92ac6039a72e06a6156246 100644 (file)
@@ -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);
 #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
 #endif
 
 #ifdef HAVE_CYGWIN