X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=a60b1ed0c03d9f66885c2880b78e6dd20595e406;hb=6c2b22efbcc3f213b24b53b832ba9901ea5954bd;hp=4e9c8de5342bfadcd4c92ccdf63063f08cb79b81;hpb=3627955246c49adc50a3d01346bfe5892daeee00;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 4e9c8de..a60b1ed 100644 --- a/acconfig.h +++ b/acconfig.h @@ -354,9 +354,6 @@ /* Define as the symbol which marks the end of the data section */ #undef DATA_SECTION_END_MARKER -/* Define as the symbol which marks the end of the data section */ -#undef DATA_SECTION_WIBBLE - /* Define as the decl which terminates the data section */ #undef DATA_SECTION_END_MARKER_DECL @@ -375,9 +372,6 @@ /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG -/* Define if you have dlopen() */ -#undef HAVE_DLOPEN - /* Define if fcntl.h defines O_BINARY */ #undef HAVE_O_BINARY @@ -390,6 +384,12 @@ /* Define if readline plus any additional libs needed for it exist */ #undef HAVE_READLINE_LIBS +/* Define if readline has version >= 4.0. */ +#undef HAVE_READLINE_4 + +/* Define if readline has version >= 4.2. */ +#undef HAVE_READLINE_4_2 + /* Define if time.h or sys/time.h define the timezone variable */ #undef HAVE_TIMEZONE