aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert1996-12-31 19:10:03 +0000
committerPaul Eggert1996-12-31 19:10:03 +0000
commit8db5fdf58855981046e6c28436b6e3311c445236 (patch)
tree85e6b8920c7841df2a992dddb329c58775267d07 /src
parent6009ff5ad357090abb5f3080ee5159049f92e8e0 (diff)
downloademacs-8db5fdf58855981046e6c28436b6e3311c445236.tar.gz
emacs-8db5fdf58855981046e6c28436b6e3311c445236.zip
(BROKEN_MKTIME): New macro.
Diffstat (limited to 'src')
-rw-r--r--src/s/nextstep.h3
-rw-r--r--src/s/sco4.h4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/s/nextstep.h b/src/s/nextstep.h
index 6cb6f7a9af6..893d62ba7a7 100644
--- a/src/s/nextstep.h
+++ b/src/s/nextstep.h
@@ -52,6 +52,9 @@ Boston, MA 02111-1307, USA. */
52/* This should be true for recent NeXT systems. At least since 3.2. */ 52/* This should be true for recent NeXT systems. At least since 3.2. */
53#define HAVE_MACH_MACH_H 53#define HAVE_MACH_MACH_H
54 54
55/* mktime wrongly ignores TZ. */
56#define BROKEN_MKTIME 1
57
55#if 0 /* I think these are never used--let's see. -- rms. */ 58#if 0 /* I think these are never used--let's see. -- rms. */
56/* Mask for address bits within a memory segment */ 59/* Mask for address bits within a memory segment */
57 60
diff --git a/src/s/sco4.h b/src/s/sco4.h
index 2903183128f..2610dfbe0f0 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -103,6 +103,10 @@ Boston, MA 02111-1307, USA. */
103/* We don't have -loldX, and we don't need it. */ 103/* We don't have -loldX, and we don't need it. */
104#define LIB_XMENU_LIB 104#define LIB_XMENU_LIB
105 105
106/* doug@zadall.com says SCO 3.2v4.2 mktime botches time arithmetic as used
107 by display-time. */
108#define BROKEN_MKTIME 1
109
106/* SCO does have TIOCGWINSZ. */ 110/* SCO does have TIOCGWINSZ. */
107#undef BROKEN_TIOCGWINSZ 111#undef BROKEN_TIOCGWINSZ
108#define NEED_PTEM_H 112#define NEED_PTEM_H