]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
For symmetry, add this file. At present, all it does is update the version table.
[bacula/bacula] / bacula / src / baconfig.h
index 2ffaa3c8ec4a9cbf43fb395250c756aae0660c77..b9c6cd9719aa991451e76117d4f956ca2cb13ca0 100644 (file)
@@ -30,6 +30,8 @@
 
 /* Bacula common configuration defines */
 
+#undef  TRUE
+#undef  FALSE
 #define TRUE  1
 #define FALSE 0
 
@@ -432,7 +434,7 @@ extern int thr_setconcurrency(int);
 
 #ifdef HAVE_DARWIN_OS
 /* Apparently someone forgot to wrap getdomainname as a C function */
-extern "C" int getdomainname(char *name, size_t len);
+extern "C" int getdomainname(char *name, int len);
 
 /* Darwin lib fnmatch() doesn't work, so use our own */
 #undef HAVE_FNMATCH