X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=4ce956862e8a812d15baa457e292d6ad9aa409d5;hb=7bd8a0491055e7ca5709109400459556e870250a;hp=91f5df64627f92e10b68ef94a368e0ecc97beb83;hpb=56bcfea3a498c945ef223ecab8f415ee18580724;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 91f5df6..4ce9568 100644 --- a/acconfig.h +++ b/acconfig.h @@ -429,9 +429,6 @@ /* Define if you have the sigpoll() function */ #undef HAVE_SIGPOLL -/* Define if time.h or sys/time.h define the timezone variable */ -#undef HAVE_TIMEZONE - /* Define if you support the production (and use) of Win32 DLLs. */ #undef HAVE_WIN32_DLL_SUPPORT @@ -531,6 +528,9 @@ /* Define to Haskell type for ptrdiff_t */ #undef HTYPE_PTRDIFF_T +/* Define to Haskell type for rlim_t */ +#undef HTYPE_RLIM_T + /* Define to Haskell type for short */ #undef HTYPE_SHORT @@ -579,14 +579,14 @@ /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE -/* Define to the type of the timezone variable (usually long or time_t) */ -#undef TYPE_TIMEZONE - /* Define if signal handlers have type void (*)(int) * (Otherwise, they're assumed to have type int (*)(void).) */ #undef VOID_INT_SIGNALS +/* Define if you want to include .NET interop support. */ +#undef WANT_DOTNET_SUPPORT + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: