From d8755d11c618794621b842d53ae7183617e44b20 Mon Sep 17 00:00:00 2001 From: stolz Date: Mon, 22 Jul 2002 15:32:42 +0000 Subject: [PATCH] [project @ 2002-07-22 15:32:41 by stolz] Last bunch of OpenBSD-implicated autoconf-changes from Donald Bruce Stewart . --- acconfig.h | 6 ++++++ mk/config.h.in | 6 ++++++ 2 files changed, 12 insertions(+) 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 -- 1.7.10.4