# HG changeset patch # User Richard M. Stallman # Date 768979438 0 # Node ID ab3a85c73e49c22a6d0eae8f5df12ee2847774b7 # Parent 166f360f788ecacb138589979daa7437d4db02fe (LOCALTIME_CACHE): Define, if not OSF1. diff -r 166f360f788e -r ab3a85c73e49 src/m/pmax.h --- a/src/m/pmax.h Sun May 15 05:21:23 1994 +0000 +++ b/src/m/pmax.h Sun May 15 05:23:58 1994 +0000 @@ -50,6 +50,11 @@ #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