Mercurial > emacs
changeset 13017:0cbb394cbd82
(LOCALTIME_CACHE): Remove; now configured automatically.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Sep 1995 04:23:38 +0000 |
parents | 6ad7dc19b526 |
children | 9c090a7674c8 |
files | src/m/pmax.h src/s/386bsd.h src/s/bsd386.h src/s/freebsd.h src/s/gnu.h src/s/netbsd.h |
diffstat | 6 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/pmax.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/m/pmax.h Sun Sep 10 04:23:38 1995 +0000 @@ -55,11 +55,6 @@ #define HAVE_ALLOCA #endif -#ifndef OSF1 -/* Ultrix saves the time zone in core; must clear it. */ -#define LOCALTIME_CACHE -#endif - /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ #ifdef HAVE_LIBDNET #define LIBS_MACHINE -ldnet
--- a/src/s/386bsd.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/s/386bsd.h Sun Sep 10 04:23:38 1995 +0000 @@ -22,6 +22,3 @@ /* This affects a declaration in xrdb.c. */ #define DECLARE_GETPWUID_WITH_UID_T - -/* Reread the time zone on startup. */ -#define LOCALTIME_CACHE
--- a/src/s/bsd386.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/s/bsd386.h Sun Sep 10 04:23:38 1995 +0000 @@ -22,9 +22,6 @@ #undef BSD_PGRPS -/* The dumped Emacs records the timezone it was dumped in. */ -#define LOCALTIME_CACHE - /* System uses OXTABS instead of the expected TAB3. (Copied from netbsd.h.) */ #define TABDLY OXTABS
--- a/src/s/freebsd.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/s/freebsd.h Sun Sep 10 04:23:38 1995 +0000 @@ -36,9 +36,6 @@ #define LIBS_TERMCAP -ltermcap #define LIB_GCC -lgcc -/* Reread the time zone on startup. */ -#define LOCALTIME_CACHE - #define SYSV_SYSTEM_DIR /* freebsd has POSIX-style pgrp behavior. */