]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9513 - Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 31 Mar 2021 19:44:22 +0000 (19:44 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 31 Mar 2021 19:44:22 +0000 (19:44 +0000)
configure
include/portable.hin

index b59f23ec59192b2239addfe849edfd7509aad359..fa785cdd1bbe424eefb90b8bd7a8f69f15d1c097 100755 (executable)
--- a/configure
+++ b/configure
@@ -24423,6 +24423,7 @@ fi
 
 for ac_func in \
        bcopy                   \
+       clock_gettime   \
        closesocket             \
        chroot                  \
        endgrent                \
index f9486fbfb63959820be5f31e4cbf0de4ae551dba..168816b44c85c92407e8b1961aa24b10c0e9eb7d 100644 (file)
 /* 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