# HG changeset patch # User Richard M. Stallman # Date 810707018 0 # Node ID 0cbb394cbd825f00591937fcd0d1c8c33c10d5f9 # Parent 6ad7dc19b52625eba4b10a4c359aab1042f01c56 (LOCALTIME_CACHE): Remove; now configured automatically. diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/m/pmax.h --- 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 diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/s/386bsd.h --- 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 diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/s/bsd386.h --- 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 diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/s/freebsd.h --- 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. */ diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/s/gnu.h --- a/src/s/gnu.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/s/gnu.h Sun Sep 10 04:23:38 1995 +0000 @@ -48,9 +48,6 @@ #undef BSD_PGRPS #define GETPGRP_NO_ARG -/* Reread the time zone on startup. */ -#define LOCALTIME_CACHE - #define HAVE_WAIT_HEADER #define WAIT_USE_INT #define HAVE_UNION_WAIT diff -r 6ad7dc19b526 -r 0cbb394cbd82 src/s/netbsd.h --- a/src/s/netbsd.h Sun Sep 10 04:20:44 1995 +0000 +++ b/src/s/netbsd.h Sun Sep 10 04:23:38 1995 +0000 @@ -55,9 +55,6 @@ #endif #endif /* not NO_SHARED_LIBS */ -/* Reread the time zone on startup. */ -#define LOCALTIME_CACHE - #define HAVE_WAIT_HEADER #define WAIT_USE_INT