added NEED_TIMEZONE, NEED_MYREALLOC
authorewt <devnull@localhost>
Wed, 7 May 1997 15:05:26 +0000 (15:05 +0000)
committerewt <devnull@localhost>
Wed, 7 May 1997 15:05:26 +0000 (15:05 +0000)
CVS patchset: 1604
CVS date: 1997/05/07 15:05:26

config.h.in

index c988557..1aca51c 100644 (file)
 /* Define as one if major, minor, and makedev macros are in <sys/mkdev.h> */
 #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