X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=669c790302093a828019984ee9589dc870672069;hb=ab04639e2cebd95de66967223b3597443da4e00b;hp=4e9c8de5342bfadcd4c92ccdf63063f08cb79b81;hpb=3627955246c49adc50a3d01346bfe5892daeee00;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 4e9c8de..669c790 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 @@ -390,6 +387,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