diff options
| author | Richard M. Stallman | 1995-09-10 04:23:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-10 04:23:38 +0000 |
| commit | cdadf745b2c6ccb589c8b6232e8154a720f83ad1 (patch) | |
| tree | 5a10ce45a76345c6e5060d8d823b252ee9081610 /src | |
| parent | e7536cff152f9b7c2062588f3c171358162fe75f (diff) | |
| download | emacs-cdadf745b2c6ccb589c8b6232e8154a720f83ad1.tar.gz emacs-cdadf745b2c6ccb589c8b6232e8154a720f83ad1.zip | |
(LOCALTIME_CACHE): Remove; now configured automatically.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/pmax.h | 5 | ||||
| -rw-r--r-- | src/s/386bsd.h | 3 | ||||
| -rw-r--r-- | src/s/bsd386.h | 3 | ||||
| -rw-r--r-- | src/s/freebsd.h | 3 | ||||
| -rw-r--r-- | src/s/gnu.h | 3 | ||||
| -rw-r--r-- | src/s/netbsd.h | 3 |
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 */ | |||
| 55 | #define HAVE_ALLOCA | 55 | #define HAVE_ALLOCA |
| 56 | #endif | 56 | #endif |
| 57 | 57 | ||
| 58 | #ifndef OSF1 | ||
| 59 | /* Ultrix saves the time zone in core; must clear it. */ | ||
| 60 | #define LOCALTIME_CACHE | ||
| 61 | #endif | ||
| 62 | |||
| 63 | /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ | 58 | /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ |
| 64 | #ifdef HAVE_LIBDNET | 59 | #ifdef HAVE_LIBDNET |
| 65 | #define LIBS_MACHINE -ldnet | 60 | #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 @@ | |||
| 22 | 22 | ||
| 23 | /* This affects a declaration in xrdb.c. */ | 23 | /* This affects a declaration in xrdb.c. */ |
| 24 | #define DECLARE_GETPWUID_WITH_UID_T | 24 | #define DECLARE_GETPWUID_WITH_UID_T |
| 25 | |||
| 26 | /* Reread the time zone on startup. */ | ||
| 27 | #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 @@ | |||
| 22 | 22 | ||
| 23 | #undef BSD_PGRPS | 23 | #undef BSD_PGRPS |
| 24 | 24 | ||
| 25 | /* The dumped Emacs records the timezone it was dumped in. */ | ||
| 26 | #define LOCALTIME_CACHE | ||
| 27 | |||
| 28 | /* System uses OXTABS instead of the expected TAB3. | 25 | /* System uses OXTABS instead of the expected TAB3. |
| 29 | (Copied from netbsd.h.) */ | 26 | (Copied from netbsd.h.) */ |
| 30 | #define TABDLY OXTABS | 27 | #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 @@ | |||
| 36 | #define LIBS_TERMCAP -ltermcap | 36 | #define LIBS_TERMCAP -ltermcap |
| 37 | #define LIB_GCC -lgcc | 37 | #define LIB_GCC -lgcc |
| 38 | 38 | ||
| 39 | /* Reread the time zone on startup. */ | ||
| 40 | #define LOCALTIME_CACHE | ||
| 41 | |||
| 42 | #define SYSV_SYSTEM_DIR | 39 | #define SYSV_SYSTEM_DIR |
| 43 | 40 | ||
| 44 | /* freebsd has POSIX-style pgrp behavior. */ | 41 | /* 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. */ | |||
| 48 | #undef BSD_PGRPS | 48 | #undef BSD_PGRPS |
| 49 | #define GETPGRP_NO_ARG | 49 | #define GETPGRP_NO_ARG |
| 50 | 50 | ||
| 51 | /* Reread the time zone on startup. */ | ||
| 52 | #define LOCALTIME_CACHE | ||
| 53 | |||
| 54 | #define HAVE_WAIT_HEADER | 51 | #define HAVE_WAIT_HEADER |
| 55 | #define WAIT_USE_INT | 52 | #define WAIT_USE_INT |
| 56 | #define HAVE_UNION_WAIT | 53 | #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 @@ | |||
| 55 | #endif | 55 | #endif |
| 56 | #endif /* not NO_SHARED_LIBS */ | 56 | #endif /* not NO_SHARED_LIBS */ |
| 57 | 57 | ||
| 58 | /* Reread the time zone on startup. */ | ||
| 59 | #define LOCALTIME_CACHE | ||
| 60 | |||
| 61 | #define HAVE_WAIT_HEADER | 58 | #define HAVE_WAIT_HEADER |
| 62 | #define WAIT_USE_INT | 59 | #define WAIT_USE_INT |
| 63 | 60 | ||