Mercurial > emacs
changeset 16797:9ddc390a3115
(MKTIME_OBJ):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 31 Dec 1996 19:10:03 +0000 |
parents | 1198304e87d8 |
children | b273c3f7118a |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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