X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=7064aff38478a09ea05f9e26955e8501fbdefb77;hb=d8755d11c618794621b842d53ae7183617e44b20;hp=99b53f9ad199a438e1fe57ba21fd1f15f1f1919f;hpb=ef5a6ca31642ed2e876f9b136d56085a6796d8b4;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 99b53f9..7064aff 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 RTLD_GLOBAL + +/* Define if RTLD_NOW is available */ +#undef RTLD_NOW + /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG @@ -418,6 +424,12 @@ /* Define if you have the `mprotect' function. */ #undef HAVE_MPROTECT +/* Define if struct msghdr contains msg_accrights field */ +#undef HAVE_MSGHDR_MSG_ACCRIGHTS + +/* Define if struct msghdr contains msg_control field */ +#undef HAVE_MSGHDR_MSG_CONTROL + /* Define if you have the header file. */ #undef HAVE_NETDB_H @@ -643,6 +655,9 @@ /* Define if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF +/* Define if you have the mingwex library. */ +#undef HAVE_MINGWEX + /* Define if you have the header file. */ #undef HAVE_WINDOWS_H