mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8603 - Regenerate configure
This commit is contained in:
parent
e24a6bf5c1
commit
64d1133796
2 changed files with 16 additions and 1 deletions
14
configure
vendored
14
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: 1e681bca311262d7c74837076cd37d5595229169 .
|
# From configure.in Id: 118fffae8512fc97cac460159979cb324802d5fa .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69.
|
# Generated by GNU Autoconf 2.69.
|
||||||
#
|
#
|
||||||
|
|
@ -15486,6 +15486,18 @@ _ACEOF
|
||||||
fi
|
fi
|
||||||
done
|
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
|
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
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigset in -lV3" >&5
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,9 @@
|
||||||
/* Define to 1 if you have the `flock' function. */
|
/* Define to 1 if you have the `flock' function. */
|
||||||
#undef HAVE_FLOCK
|
#undef HAVE_FLOCK
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `fmemopen' function. */
|
||||||
|
#undef HAVE_FMEMOPEN
|
||||||
|
|
||||||
/* Define to 1 if you have the `fstat' function. */
|
/* Define to 1 if you have the `fstat' function. */
|
||||||
#undef HAVE_FSTAT
|
#undef HAVE_FSTAT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue