summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gawk/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gawk/config.h b/gnu/usr.bin/gawk/config.h
index 9b5414f4777..fc00b13f600 100644
--- a/gnu/usr.bin/gawk/config.h
+++ b/gnu/usr.bin/gawk/config.h
@@ -149,7 +149,9 @@
#define HAVE_MEMSET 1
/* we have the mktime function */
-/* #undef HAVE_MKTIME */
+/* XXX: defined manually, since configure script has weird test
+ * that fails on NetBSD. wiz 2003/10/20 */
+#define HAVE_MKTIME 1
/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1