From 787b9abf8a262ac32f0b92f8b5c2131708162c7b Mon Sep 17 00:00:00 2001 From: shatty Date: Fri, 19 Nov 2004 19:59:07 +0000 Subject: [PATCH] we have mktime (in libroot.so), so do not include the missing mktime, which defines an extraneous main function when DEBUG is defined git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10040 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/gawk/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/gawk/config.h b/src/apps/bin/gawk/config.h index 9b7eb110b9..80d01c7c8a 100644 --- a/src/apps/bin/gawk/config.h +++ b/src/apps/bin/gawk/config.h @@ -149,7 +149,7 @@ #define HAVE_MEMSET 1 /* we have the mktime function */ -/* #undef HAVE_MKTIME */ +#define HAVE_MKTIME 1 /* Define to 1 if you have a working `mmap' system call. */ /* #undef HAVE_MMAP */