From cdadf745b2c6ccb589c8b6232e8154a720f83ad1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 10 Sep 1995 04:23:38 +0000 Subject: [PATCH] (LOCALTIME_CACHE): Remove; now configured automatically. --- src/m/pmax.h | 5 ----- src/s/386bsd.h | 3 --- src/s/bsd386.h | 3 --- src/s/freebsd.h | 3 --- src/s/gnu.h | 3 --- src/s/netbsd.h | 3 --- 6 files changed, 20 deletions(-) diff --git a/src/m/pmax.h b/src/m/pmax.h index 678f6a420de..bbb7430dde8 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -55,11 +55,6 @@ NOTE-END */ #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 --git a/src/s/386bsd.h b/src/s/386bsd.h index b12d9a836e3..f9f4a6a5ff2 100644 --- a/src/s/386bsd.h +++ b/src/s/386bsd.h @@ -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 --git a/src/s/bsd386.h b/src/s/bsd386.h index 040519f510a..21ab7e0f0fe 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -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 --git a/src/s/freebsd.h b/src/s/freebsd.h index a7321dc046c..772a760900b 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -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 --git a/src/s/gnu.h b/src/s/gnu.h index 97b51dabebb..ac6ccbdceb1 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -48,9 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 --git a/src/s/netbsd.h b/src/s/netbsd.h index 8e13e4db1a2..b6535665724 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -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 -- 2.39.2