X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=d81ca78377c1ed0f43771d6670c963e74a3795d2;hb=f08a180a2923d58a6123deeafc0b319a26687c5b;hp=8565c3fe1f39cd76fed714dd310ee3166331d012;hpb=c80803552cfa9278c709a07ae4a680411a076b69;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 8565c3f..d81ca78 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -118,13 +118,13 @@ #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 @@ -133,7 +133,7 @@ #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 @@ -141,6 +141,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 @@ -148,7 +154,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 @@ -173,7 +179,6 @@ /* Define to Haskell type for GLclampd */ #undef HTYPE_GLCLAMPD - /* Define to Haskell type for GLclampf */ #undef HTYPE_GLCLAMPF @@ -265,7 +270,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 /* The number of bytes in a char. */ #undef SIZEOF_CHAR @@ -624,6 +629,9 @@ /* Define if you have the access function. */ #undef HAVE_ACCESS +/* Define if you have the header file. */ +#undef HAVE_ARPA_INET_H + /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN @@ -786,6 +794,12 @@ /* Define if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_H + /* Define if you have the header file. */ #undef HAVE_NETINET_TCP_H @@ -876,6 +890,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UN_H + /* Define if you have the header file. */ #undef HAVE_SYS_UTSNAME_H