From 57705ff77c031360eed319ddb03e0f7806b5b72b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 May 1994 05:28:41 +0000 Subject: [PATCH] (LOCALTIME_CACHE): Defined. --- src/s/bsd386.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 9c1e36573be..29fb047b6ca 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -15,3 +15,6 @@ #define HAVE_GETLOADAVG #undef BSD_PGRPS + +/* The dumped Emacs records the timezone it was dumped in. */ +#define LOCALTIME_CACHE -- 2.39.5