From: Quanah Gibson-Mount Date: Wed, 31 Mar 2021 19:44:22 +0000 (+0000) Subject: ITS#9513 - Regenerate configure X-Git-Tag: OPENLDAP_REL_ENG_2_5_3BETA~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc1410f988bbc733b6e8b8ac64f63fa04b6bb91;p=thirdparty%2Fopenldap.git ITS#9513 - Regenerate configure --- diff --git a/configure b/configure index b59f23ec59..fa785cdd1b 100755 --- a/configure +++ b/configure @@ -24423,6 +24423,7 @@ fi for ac_func in \ bcopy \ + clock_gettime \ closesocket \ chroot \ endgrent \ diff --git a/include/portable.hin b/include/portable.hin index f9486fbfb6..168816b44c 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -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