X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=b776a11d44654a3b5c0325cccc2512a4cf37231f;hb=6e5df3a4551b8d8b83e936b3f7b52edfc778ca8a;hp=d2b23e7e8380355197fdc1fcaaa8de136823b23d;hpb=a5b47be19ba3a736aa60728dba43a14cd0cbe5a4;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index d2b23e7..b776a11 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -385,6 +385,9 @@ /* 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 @@ -1057,3 +1060,5 @@ /* Define if signal.h defines SIGPOLL */ #undef HAVE_SIGPOLL +/* Define if the HaskellSupport.framework is installed (Mac OS X only) */ +#undef HAVE_FRAMEWORK_HASKELLSUPPORT