aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 678f6a420d..bbb7430dde 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
-
/* [email protected] 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 b12d9a836e..f9f4a6a5ff 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 040519f510..21ab7e0f0f 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 a7321dc046..772a760900 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 97b51dabeb..ac6ccbdceb 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 8e13e4db1a..b653566572 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