diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-15 05:23:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-15 05:23:58 +0000 |
commit | f4df3d4af34375fb0887fa2cea0eeb1bf0ac2ae9 (patch) | |
tree | 5f0224dac7ec47f58cf199bec38b7a7efb4ac13d /src | |
parent | bdff946ee9e281d88be2e1d2c925ac5b971bfc5e (diff) | |
download | emacs-f4df3d4af34375fb0887fa2cea0eeb1bf0ac2ae9.tar.gz |
(LOCALTIME_CACHE): Define, if not OSF1.
Diffstat (limited to 'src')
-rw-r--r-- | src/m/pmax.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index fcead9e6a78..9bd4ee4495c 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -50,6 +50,11 @@ 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 |