From f6f98c87c2f1fe721a80eb45df47cddc9f1006c5 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 14 Apr 2000 17:51:55 +0000 Subject: [PATCH] Don't define autoconfiscated BROKEN_MKTIME. --- src/s/nextstep.h | 3 --- src/s/sco4.h | 4 ---- src/s/sco5.h | 5 ----- 3 files changed, 12 deletions(-) diff --git a/src/s/nextstep.h b/src/s/nextstep.h index 040611d2c1..e40cdb56ec 100644 --- a/src/s/nextstep.h +++ b/src/s/nextstep.h @@ -50,9 +50,6 @@ 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 */ diff --git a/src/s/sco4.h b/src/s/sco4.h index 246348cf75..e4546b88a3 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -108,10 +108,6 @@ 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 diff --git a/src/s/sco5.h b/src/s/sco5.h index 0182888abc..a636b41997 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -101,11 +101,6 @@ Boston, MA 02111-1307, USA. */ /* We don't have -loldX, and we don't need it. */ #define LIB_XMENU_LIB -/* Jean-Pierre Radley reports in - (1997-09-07) - that mktime is broken in sco5 releases at least through 5.0.4. */ -#define BROKEN_MKTIME 1 - /* SCO does have TIOCGWINSZ. */ #undef BROKEN_TIOCGWINSZ #define NEED_PTEM_H -- 2.39.2