]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Recompile configure.in
authorKern Sibbald <kern@sibbald.com>
Mon, 4 Dec 2017 17:25:50 +0000 (18:25 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 4 Dec 2017 17:25:50 +0000 (18:25 +0100)
bacula/autoconf/config.h.in
bacula/configure

index e6ecc6cad71942ffb382d67f060425b4de2ec251..b10962811e9eb1ed3570b3f3b988bdacd71e07b2 100644 (file)
 /* Define to 1 if you have the `fdatasync' function. */
 #undef HAVE_FDATASYNC
 
-/* Define to 1 if you have the `realpath' function. */
-#undef HAVE_REALPATH
-
 /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK
 
 /* Define to 1 if you have the 'getproplist' function. */
 #undef HAVE_GETPROPLIST
 
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
+
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #undef HAVE_GETTEXT
 
 /* Set to enable readline support */
 #undef HAVE_READLINE
 
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
+
 /* Define to 1 if you have the <regex.h> header file. */
 #undef HAVE_REGEX_H
 
index 2ac4ab39926a547f0c86128dc81539cd8c659e9b..0ed31eb02ffe6857c921cc9e2b36ceea5ed0c36e 100755 (executable)
@@ -28635,6 +28635,28 @@ _ACEOF
 fi
 done
 
+for ac_func in realpath
+do :
+  ac_fn_c_check_func "$LINENO" "realpath" "ac_cv_func_realpath"
+if test "x$ac_cv_func_realpath" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_REALPATH 1
+_ACEOF
+
+fi
+done
+
+for ac_func in getrlimit
+do :
+  ac_fn_c_check_func "$LINENO" "getrlimit" "ac_cv_func_getrlimit"
+if test "x$ac_cv_func_getrlimit" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_GETRLIMIT 1
+_ACEOF
+
+fi
+done
+
 
 for ac_func in chflags
 do :