]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add check for getpwent_r in ./configure
authorEric Bollengier <eric@baculasystems.com>
Mon, 7 Feb 2022 16:11:34 +0000 (17:11 +0100)
committerEric Bollengier <eric@baculasystems.com>
Mon, 7 Feb 2022 16:11:34 +0000 (17:11 +0100)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 3be2873d49e6fd178388a83a59b2cf3b30da1b2c..5f9f71b060742b432bd13c7e014d4bd69a105926 100644 (file)
 /* Define to 1 if you have the `getrlimit' function. */
 #undef HAVE_GETRLIMIT
 
+/* Define to 1 if you have the `getpwent_r' function */
+#undef HAVE_GETPWENT_R
+
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #undef HAVE_GETTEXT
 
index 933f5ad2916bc40a66067555b8b4a3d7c06cd9b5..8ae4b067177b714ef0ab804ba75ddb6b470fb5de 100644 (file)
@@ -2393,6 +2393,7 @@ AC_CHECK_FUNCS(posix_fallocate)
 AC_CHECK_FUNCS(fdatasync)
 AC_CHECK_FUNCS(realpath)
 AC_CHECK_FUNCS(getrlimit)
+AC_CHECK_FUNCS(getpwent_r)
 
 AC_CHECK_FUNCS(chflags)