# HG changeset patch # User Dave Love # Date 955734715 0 # Node ID e579af0ac59253ddcc2e9a2c97926652e63f01a9 # Parent ea447767fc3776b42aa32d30a9207e9f46c4f482 Don't define autoconfiscated BROKEN_MKTIME. diff -r ea447767fc37 -r e579af0ac592 src/s/nextstep.h --- a/src/s/nextstep.h Fri Apr 14 13:30:35 2000 +0000 +++ b/src/s/nextstep.h Fri Apr 14 17:51:55 2000 +0000 @@ -50,9 +50,6 @@ /* 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 -r ea447767fc37 -r e579af0ac592 src/s/sco4.h --- a/src/s/sco4.h Fri Apr 14 13:30:35 2000 +0000 +++ b/src/s/sco4.h Fri Apr 14 17:51:55 2000 +0000 @@ -108,10 +108,6 @@ /* 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 -r ea447767fc37 -r e579af0ac592 src/s/sco5.h --- a/src/s/sco5.h Fri Apr 14 13:30:35 2000 +0000 +++ b/src/s/sco5.h Fri Apr 14 17:51:55 2000 +0000 @@ -101,11 +101,6 @@ /* 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