summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-21 22:23:24 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-21 22:23:24 +0000
commit011f432b1a0056498edd918df039ba1b2ea156a6 (patch)
tree49b764744e2ee7c4b0ce42f74cd8972e3c201dac /src
parent8e0ed2de52c3fb63591ebda076c4a7407fe5fa84 (diff)
downloademacs-011f432b1a0056498edd918df039ba1b2ea156a6.tar.gz
(SUNOS_LOCALTIME_BUG): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-1.h3
1 files changed, 3 insertions, 0 deletions
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