X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=dbe463e6c31fa23c7be25145dbd42736dfb94f15;hb=29e55dea299569979d4e73d64b709a97aaea36e8;hp=763192410370195905ae32bc67b4c09dc786a089;hpb=7ca3bb74a9acbcccc6dd8a84d03120e3a684fa9b;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 7631924..dbe463e 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -82,6 +82,12 @@ /* Define if RTLD_LOCAL is available */ #undef HAVE_RTLDLOCAL +/* Define if RTLD_GLOBAL is available */ +#undef HAVE_RTLDGLOBAL + +/* Define if RTLD_NOW is available */ +#undef HAVE_RTLDNOW + /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG @@ -112,6 +118,9 @@ /* Define if you have the WinExec function. */ #undef HAVE_WINEXEC +/* Define to Haskell type for blkcnt_t */ +#undef HTYPE_BLKCNT_T + /* Define to Haskell type for cc_t */ #undef HTYPE_CC_T