summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-10 04:23:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-10 04:23:38 +0000
commitcdadf745b2c6ccb589c8b6232e8154a720f83ad1 (patch)
tree5a10ce45a76345c6e5060d8d823b252ee9081610
parente7536cff152f9b7c2062588f3c171358162fe75f (diff)
downloademacs-cdadf745b2c6ccb589c8b6232e8154a720f83ad1.tar.gz
(LOCALTIME_CACHE): Remove; now configured automatically.
-rw-r--r--src/m/pmax.h5
-rw-r--r--src/s/386bsd.h3
-rw-r--r--src/s/bsd386.h3
-rw-r--r--src/s/freebsd.h3
-rw-r--r--src/s/gnu.h3
-rw-r--r--src/s/netbsd.h3
6 files changed, 0 insertions, 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