From: Richard M. Stallman Date: Sun, 15 May 1994 05:23:58 +0000 (+0000) Subject: (LOCALTIME_CACHE): Define, if not OSF1. X-Git-Tag: emacs-19.34~8349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10b713db35a01b1108ac73a4dfc4ab9d6a1c231f;p=emacs.git (LOCALTIME_CACHE): Define, if not OSF1. --- 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