summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-10 03:26:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-10 03:26:31 +0000
commit60ef5007aa44c26de561ee8361ff007e6100af32 (patch)
treeec11489f08efb455d668055ba7ce2945232f3607
parent2ca45cab1f8ba79294ce34d38514c1485b128b2e (diff)
downloademacs-60ef5007aa44c26de561ee8361ff007e6100af32.tar.gz
(BROKEN_MKTIME): Define.
-rw-r--r--src/s/sco5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h
index 1c914a37299..00716962782 100644
--- a/src/s/sco5.h
+++ b/src/s/sco5.h
@@ -101,6 +101,11 @@ Boston, MA 02111-1307, USA. */
/* We don't have -loldX, and we don't need it. */
#define LIB_XMENU_LIB
+/* Jean-Pierre Radley <jpr@jpr.com> reports in
+ <news:19970906220024.40892@jpr.com> (1997-09-07)
+ that mktime is broken in sco5 releases at least through 5.0.4. */
+#define BROKEN_MKTIME 1
+
/* SCO does have TIOCGWINSZ. */
#undef BROKEN_TIOCGWINSZ
#define NEED_PTEM_H