Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
64d11337
Commit
64d11337
authored
Jun 23, 2020
by
Quanah Gibson-Mount
Browse files
ITS#8603 - Regenerate configure
parent
e24a6bf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
64d11337
#! /bin/sh
# From configure.in Id: 1
e681bca311262d7c74837076cd37d5595229169
.
# From configure.in Id: 1
18fffae8512fc97cac460159979cb324802d5fa
.
# 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
...
...
include/portable.hin
View file @
64d11337
...
...
@@ -169,6 +169,9 @@
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment