]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_MKTIME): New macro.
authorPaul Eggert <eggert@twinsun.com>
Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)
src/s/nextstep.h
src/s/sco4.h

index 6cb6f7a9af6712a192d4489f9aac6d569628ab11..893d62ba7a786dc4d94179cfe02eb95148dd662e 100644 (file)
@@ -52,6 +52,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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 */
 
index 2903183128f56867e279ca8882b70daaa7211b5c..2610dfbe0f057f05182b91a38ed440b2bc6f6c01 100644 (file)
@@ -103,6 +103,10 @@ Boston, MA 02111-1307, USA.  */
 /* 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