diff options
author | sewardj <unknown> | 1999-11-12 16:22:10 +0000 |
---|---|---|
committer | sewardj <unknown> | 1999-11-12 16:22:10 +0000 |
commit | 4e34d4a8568db833ca544fb46d5f1e284b07b6ce (patch) | |
tree | 2df6bb31b30405f8b4ae75fce44f84055c5ef082 /acconfig.h | |
parent | 93bce5a700e7f5487e2817eda55ae141da1ceb4e (diff) | |
download | haskell-4e34d4a8568db833ca544fb46d5f1e284b07b6ce.tar.gz |
[project @ 1999-11-12 16:22:08 by sewardj]
Add checks for readline library (as opposed to headers).
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 c568b0ee3d..691d3c527b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -63,6 +63,9 @@ /* 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 |