X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=b776a11d44654a3b5c0325cccc2512a4cf37231f;hb=6e5df3a4551b8d8b83e936b3f7b52edfc778ca8a;hp=137c17a966abfa6f065e5f30f75024fc57d38e31;hpb=a9e42c5a1d9afc04b94d9b9ffcab3958b75ef2f5;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 137c17a..b776a11 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -382,6 +382,12 @@ /* Define if RTLD_NOW is available */ #undef HAVE_RTLDNOW +/* Define if usleep returns void */ +#undef USLEEP_RETURNS_VOID + +/*Define if in_addr_t available */ +#undef HAVE_IN_ADDR_T + /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG @@ -931,6 +937,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the `lchown' function. */ +#undef HAVE_LCHOWN + /* Define if you have the header file. */ #undef HAVE_UTIME_H @@ -1047,3 +1056,9 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const + +/* Define if signal.h defines SIGPOLL */ +#undef HAVE_SIGPOLL + +/* Define if the HaskellSupport.framework is installed (Mac OS X only) */ +#undef HAVE_FRAMEWORK_HASKELLSUPPORT