X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=a60b1ed0c03d9f66885c2880b78e6dd20595e406;hb=1a8d01f99c116ea79fa765afc8f8f6129c5b270d;hp=b4bbc07f68f24ad26b8003585b8e034d9786a267;hpb=f84efc9c5a13e16a2f4afd1d4c7da7c775425d9b;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index b4bbc07..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,9 +384,12 @@ /* Define if readline plus any additional libs needed for it exist */ #undef HAVE_READLINE_LIBS -/* Define if readline has version >= 4.x. */ +/* 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