mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 07:13:41 -05:00
ITS#9513 - Regenerate configure
This commit is contained in:
parent
85883224ba
commit
fcc1410f98
2 changed files with 4 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -24423,6 +24423,7 @@ fi
|
|||
|
||||
for ac_func in \
|
||||
bcopy \
|
||||
clock_gettime \
|
||||
closesocket \
|
||||
chroot \
|
||||
endgrent \
|
||||
|
|
|
|||
|
|
@ -105,6 +105,9 @@
|
|||
/* Define to 1 if you have the `chroot' function. */
|
||||
#undef HAVE_CHROOT
|
||||
|
||||
/* Define to 1 if you have the `clock_gettime' function. */
|
||||
#undef HAVE_CLOCK_GETTIME
|
||||
|
||||
/* Define to 1 if you have the `closesocket' function. */
|
||||
#undef HAVE_CLOSESOCKET
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue