summaryrefslogtreecommitdiff
path: root/lib/make/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/config.h.in')
-rw-r--r--lib/make/config.h.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/make/config.h.in b/lib/make/config.h.in
index c37ffdb1..c70e2466 100644
--- a/lib/make/config.h.in
+++ b/lib/make/config.h.in
@@ -65,15 +65,19 @@
/* Various library functions */
#undef HAVE_MKDIR
-#undef HAVE_GETTIMEOFDAY
-#undef HAVE_GETRUSAGE
-#undef HAVE__FTIME
/* Some include things */
#undef TIME_WITH_SYS_TIME
#undef HAVE_TIME_H
#undef HAVE_UNISTD_H
+/* Timing stuff */
+
+#undef HAVE_TIME_GETTIMEOFDAY
+#undef GETTIMEOFDAY_NEEDS_TIMEZONE
+#undef HAVE_TIME_GETRUSAGE
+#undef HAVE_TIME__FTIME
+
/******************************************************************************/
#ifdef CCODE