]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8603 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 23 Jun 2020 17:14:16 +0000 (17:14 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 23 Jun 2020 17:14:16 +0000 (17:14 +0000)
configure
include/portable.hin

index c245ad4f93af979cb42aea0699df95b861edd8ef..708386ee44bbbb1f93bd82f86ccdcf79a0d3a639 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: 1e681bca311262d7c74837076cd37d5595229169 .
+# From configure.in Id: 118fffae8512fc97cac460159979cb324802d5fa .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69.
 #
@@ -15486,6 +15486,18 @@ _ACEOF
 fi
 done
 
+for ac_func in fmemopen
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
 
 if test $ac_cv_func_sigaction = no && test $ac_cv_func_sigaction = no ; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigset in -lV3" >&5
index e1cad3666e9fb0078dd6c6bd9edaf257f6ed95b1..26bccbbfcf7c91ee0a2bb2795c0f44b74d133874 100644 (file)
 /* Define to 1 if you have the `flock' function. */
 #undef HAVE_FLOCK
 
+/* Define to 1 if you have the `fmemopen' function. */
+#undef HAVE_FMEMOPEN
+
 /* Define to 1 if you have the `fstat' function. */
 #undef HAVE_FSTAT