diff options
author | stolz <unknown> | 2002-07-22 15:32:42 +0000 |
---|---|---|
committer | stolz <unknown> | 2002-07-22 15:32:42 +0000 |
commit | d8755d11c618794621b842d53ae7183617e44b20 (patch) | |
tree | 8ffc65a5277acc6d17a3b53945bdf6a9179875f5 /acconfig.h | |
parent | 5cc4210033d275b55fb3229817315b817357cbaf (diff) | |
download | haskell-d8755d11c618794621b842d53ae7183617e44b20.tar.gz |
[project @ 2002-07-22 15:32:41 by stolz]
Last bunch of OpenBSD-implicated autoconf-changes
from Donald Bruce Stewart <dons@cse.unsw.edu.au>.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index a7f5c673d2..eee8148d98 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 |