Mercurial > emacs
changeset 16785:9ae722ef923e
(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
botches time arithmetic as used by display-time.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Mon, 30 Dec 1996 07:34:15 +0000 |
parents | 79ea730b7e20 |
children | 8907c00c0cc6 |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Dec 30 05:59:42 1996 +0000 +++ b/src/Makefile.in Mon Dec 30 07:34:15 1996 +0000 @@ -477,8 +477,9 @@ #define GETLOADAVG_OBJ getloadavg.o #endif -/* NEXTSTEP mktime wrongly ignores TZ. */ -#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) +/* 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) #define MKTIME_OBJ #else #define MKTIME_OBJ mktime.o