From fcc1410f988bbc733b6e8b8ac64f63fa04b6bb91 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 31 Mar 2021 19:44:22 +0000 Subject: [PATCH] ITS#9513 - Regenerate configure --- configure | 1 + include/portable.hin | 3 +++ 2 files changed, 4 insertions(+) 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