aboutsummaryrefslogtreecommitdiffstats
path: root/configh.in
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2018-12-12 14:08:15 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2018-12-12 14:08:15 -0500
commitd5d60a503f6de8866be843b40fe6de7c20a0f3a0 (patch)
tree90a217238b5b5c08536829c177ccaf339b1a13c3 /configh.in
parentc856f5c96f88cc8a5aacf6ee90e92ed80bd8c3ba (diff)
downloadegawk-d5d60a503f6de8866be843b40fe6de7c20a0f3a0.tar.gz
egawk-d5d60a503f6de8866be843b40fe6de7c20a0f3a0.tar.bz2
egawk-d5d60a503f6de8866be843b40fe6de7c20a0f3a0.zip
Speed up UTC mktime by using library timegm if available instead of our slow implementation.
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in3
1 files changed, 3 insertions, 0 deletions
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 <termios.h> 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