diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-09-10 04:23:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-09-10 04:23:38 +0000 |
commit | eeb6b634619394349a1fcc80e51469601fd74c80 (patch) | |
tree | bafe5e162f8ab3aaaa3083fd443c3be3e4c81ccc /src/m | |
parent | f545c1618f12a35b527c3157a52f53721e7a659c (diff) | |
download | emacs-eeb6b634619394349a1fcc80e51469601fd74c80.tar.gz |
(LOCALTIME_CACHE): Remove; now configured automatically.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/pmax.h | 5 |
1 files changed, 0 insertions, 5 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 |