summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorqrczak <unknown>2001-03-30 05:02:32 +0000
committerqrczak <unknown>2001-03-30 05:02:32 +0000
commitf84efc9c5a13e16a2f4afd1d4c7da7c775425d9b (patch)
treeb50e9c14d3f927a7f2fa86fc80cccd8e8f43158b /acconfig.h
parent63739e9cd6ec81507f3429b1a123e2d589da1f25 (diff)
downloadhaskell-f84efc9c5a13e16a2f4afd1d4c7da7c775425d9b.tar.gz
[project @ 2001-03-30 05:02:31 by qrczak]
Replace Readline with a more complete version. Process .hsc files in hslibs.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 4e9c8de534..b4bbc07f68 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -390,6 +390,9 @@
/* Define if readline plus any additional libs needed for it exist */
#undef HAVE_READLINE_LIBS
+/* Define if readline has version >= 4.x. */
+#undef HAVE_READLINE_4
+
/* Define if time.h or sys/time.h define the timezone variable */
#undef HAVE_TIMEZONE