From 011f432b1a0056498edd918df039ba1b2ea156a6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Jul 1993 22:23:24 +0000 Subject: [PATCH] (SUNOS_LOCALTIME_BUG): Defined. --- src/s/sunos4-1.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 9b16bfa2932..6df54dbad62 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -20,3 +20,6 @@ with this, you may need to link with the resolver library; to do that, copy the following definition to config.h. */ /* #define LIBS_SYSTEM -lresolv */ + +/* Tell GNU malloc to compensate for a bug in localtime. */ +#define SUNOS_LOCALTIME_BUG -- 2.39.5