# HG changeset patch # User Paul Eggert # Date 852059403 0 # Node ID 9ddc390a31157f45332f49a1774bc5a1cdc40b3c # Parent 1198304e87d8d59e476f0561d9227fb028528046 (MKTIME_OBJ): Use BROKEN_MKTIME instead of system-specific macros to determine whether mktime is broken. diff -r 1198304e87d8 -r 9ddc390a3115 src/Makefile.in --- a/src/Makefile.in Tue Dec 31 19:10:03 1996 +0000 +++ b/src/Makefile.in Tue Dec 31 19:10:03 1996 +0000 @@ -477,9 +477,7 @@ #define GETLOADAVG_OBJ getloadavg.o #endif -/* NEXTSTEP mktime wrongly ignores TZ. - SCO 3.2v4.2 mktime botches time arithmetic as used by display-time. */ -#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4) +#if HAVE_MKTIME && ! BROKEN_MKTIME #define MKTIME_OBJ #else #define MKTIME_OBJ mktime.o