From d5d60a503f6de8866be843b40fe6de7c20a0f3a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 12 Dec 2018 14:08:15 -0500 Subject: Speed up UTC mktime by using library timegm if available instead of our slow implementation. --- configh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configh.in') diff --git a/configh.in b/configh.in index 8c4d94d1..85adc147 100644 --- a/configh.in +++ b/configh.in @@ -279,6 +279,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H +/* Define to 1 if you have the `timegm' function. */ +#undef HAVE_TIMEGM + /* Define to 1 if you have the `tmpfile' function. */ #undef HAVE_TMPFILE -- cgit v1.2.3