changeset 16798:b273c3f7118a

(BROKEN_MKTIME): New macro.
author Paul Eggert <eggert@twinsun.com>
date Tue, 31 Dec 1996 19:10:03 +0000
parents 9ddc390a3115
children 7646e4786008
files src/s/nextstep.h src/s/sco4.h
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/nextstep.h	Tue Dec 31 19:10:03 1996 +0000
+++ b/src/s/nextstep.h	Tue Dec 31 19:10:03 1996 +0000
@@ -52,6 +52,9 @@
 /* This should be true for recent NeXT systems.  At least since 3.2.  */
 #define HAVE_MACH_MACH_H
 
+/* mktime wrongly ignores TZ.  */
+#define BROKEN_MKTIME 1
+
 #if 0 /* I think these are never used--let's see.  -- rms.  */
 /* Mask for address bits within a memory segment */
 
--- a/src/s/sco4.h	Tue Dec 31 19:10:03 1996 +0000
+++ b/src/s/sco4.h	Tue Dec 31 19:10:03 1996 +0000
@@ -103,6 +103,10 @@
 /* We don't have -loldX, and we don't need it.  */
 #define LIB_XMENU_LIB
 
+/* doug@zadall.com says SCO 3.2v4.2 mktime botches time arithmetic as used
+   by display-time.  */
+#define BROKEN_MKTIME 1
+
 /* SCO does have TIOCGWINSZ.  */
 #undef BROKEN_TIOCGWINSZ
 #define NEED_PTEM_H