X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=a60b1ed0c03d9f66885c2880b78e6dd20595e406;hb=57d15e1c1b85a8ec417e843827e5c8d271f7b1da;hp=04d4e2ccd3fbf1da45157033009e2a45e4da6264;hpb=c80803552cfa9278c709a07ae4a680411a076b69;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 04d4e2c..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 @@ -364,25 +361,22 @@ #undef HAVE_ALTZONE /* Define if you have /bin/sh */ -#define HAVE_BIN_SH 0 +#undef HAVE_BIN_SH /* Define if you have the GetModuleFileName function. */ -#define HAVE_GETMODULEFILENAME 0 +#undef HAVE_GETMODULEFILENAME /* Define if you need -ldl to get dlopen() */ -#define HAVE_LIBDL +#undef HAVE_LIBDL /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG -/* Define if you have dlopen() */ -#define HAVE_DLOPEN - /* Define if fcntl.h defines O_BINARY */ #undef HAVE_O_BINARY /* Define if compiler supports prototypes. */ -#define HAVE_PROTOTYPES 0 +#undef HAVE_PROTOTYPES /* Define if readline/readline.h and readline/history.h exist */ #undef HAVE_READLINE_HEADERS @@ -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 @@ -397,7 +397,7 @@ #undef HAVE_WIN32_DLL_SUPPORT /* Define if you have the WinExec function. */ -#define HAVE_WINEXEC 0 +#undef HAVE_WINEXEC /* Define to Haskell type for char */ #undef HTYPE_CHAR @@ -513,7 +513,7 @@ /* Define if signal handlers have type void (*)(int) * (Otherwise, they're assumed to have type int (*)(void).) */ -#define VOID_INT_SIGNALS 0 +#undef VOID_INT_SIGNALS /* Leave that blank line there!! Autoheader needs it.