diff options
author | panne <unknown> | 2000-04-21 18:05:20 +0000 |
---|---|---|
committer | panne <unknown> | 2000-04-21 18:05:20 +0000 |
commit | 70331ad0a7c255a48c03cfe09f3f9df80f00c2d0 (patch) | |
tree | 891b66578b7b155c07dfdb76dc52ae2a63bf9b29 /acconfig.h | |
parent | 624ff0c75af86ee06e1ada7b1944bba49832943d (diff) | |
download | haskell-70331ad0a7c255a48c03cfe09f3f9df80f00c2d0.tar.gz |
[project @ 2000-04-21 18:05:19 by panne]
/tmp/msg
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 536412712b..a5cd3f35ef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -81,6 +81,12 @@ /* Define if compiler supports prototypes. */ #define HAVE_PROTOTYPES 0 +/* Define if readline/readline.h and readline/history.h exist */ +#undef HAVE_READLINE_HEADERS + +/* Define if readline plus any additional libs needed for it exist */ +#undef HAVE_READLINE_LIBS + /* Define if time.h or sys/time.h define the timezone variable */ #undef HAVE_TIMEZONE @@ -90,9 +96,6 @@ /* Define if you support the production (and use) of Win32 DLLs. */ #undef HAVE_WIN32_DLL_SUPPORT -/* Define if you have and want to use readline in Hugs. */ -#undef HAVE_LIBREADLINE - /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE |