From: stolz Date: Mon, 22 Jul 2002 15:32:42 +0000 (+0000) Subject: [project @ 2002-07-22 15:32:41 by stolz] X-Git-Tag: Approx_11550_changesets_converted~1821 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d8755d11c618794621b842d53ae7183617e44b20;p=ghc-hetmet.git [project @ 2002-07-22 15:32:41 by stolz] Last bunch of OpenBSD-implicated autoconf-changes from Donald Bruce Stewart . --- diff --git a/acconfig.h b/acconfig.h index a7f5c67..eee8148 100644 --- a/acconfig.h +++ b/acconfig.h @@ -86,6 +86,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 diff --git a/mk/config.h.in b/mk/config.h.in index 7631924..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