From 00237aeb99f0b0a1321c6dbcd61dace77096b8aa Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 7 May 1997 15:05:26 +0000 Subject: [PATCH] added NEED_TIMEZONE, NEED_MYREALLOC CVS patchset: 1604 CVS date: 1997/05/07 15:05:26 --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index c988557..1aca51c 100644 --- a/config.h.in +++ b/config.h.in @@ -56,4 +56,10 @@ /* Define as one if major, minor, and makedev macros are in */ #define MAJOR_IN_MKDEV 0 +/* Define as 1 if we need timezone */ +#define NEED_TIMEZONE 0 + +/* Define as 1 if we need myrealloc */ +#define NEED_MYREALLOC 0 + #endif -- 2.7.4