From 10b713db35a01b1108ac73a4dfc4ab9d6a1c231f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 May 1994 05:23:58 +0000 Subject: [PATCH] (LOCALTIME_CACHE): Define, if not OSF1. --- src/m/pmax.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5