X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=763e92bbc8a8931b45f0198f59d3cc431409b3d8;hb=6f4c0cc69493c6a53c06cd58ce5aa99276de8888;hp=43e9bd66ed9352975f5f9a61ef0d9544d7da3165;hpb=f61b3fb8beea5feec9772e97044581aea5f98d03;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 43e9bd6..763e92b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -75,11 +75,23 @@ /* Define if you need -ldl to get dlopen() */ #undef HAVE_LIBDL +/* 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 we can see RTLD_NEXT in dlfcn.h */ #undef HAVE_RTLDNEXT /* 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 @@ -114,6 +126,9 @@ /* Define to Haskell type for cc_t */ #undef HTYPE_CC_T +/* Define to Haskell type for blkcnt_t */ +#undef HTYPE_BLKCNT_T + /* Define to Haskell type for char */ #undef HTYPE_CHAR