diff options
author | qrczak <unknown> | 2001-03-30 05:02:32 +0000 |
---|---|---|
committer | qrczak <unknown> | 2001-03-30 05:02:32 +0000 |
commit | f84efc9c5a13e16a2f4afd1d4c7da7c775425d9b (patch) | |
tree | b50e9c14d3f927a7f2fa86fc80cccd8e8f43158b /acconfig.h | |
parent | 63739e9cd6ec81507f3429b1a123e2d589da1f25 (diff) | |
download | haskell-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.h | 3 |
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 |