]> 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>
Thu, 24 Mar 2022 08:03:04 +0000 (09:03 +0100)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 050303ec530cfd736050691c5fab093748b98f1b..a2b0d2dc4894784998da5e23c02cb1cd15064082 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 b57462267cc9df4675941b43f5426a08eff40155..48276f4b92c1d0b357462e1880b8d8c407de3660 100644 (file)
@@ -2433,6 +2433,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)