dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].

PR: 2316
This commit is contained in:
Andy Polyakov 2011-02-12 16:46:10 +00:00
parent 0bb2154ee9
commit 0912fae6ce

View File

@ -85,6 +85,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# define HAVE_DLINFO 1
# if defined(_AIX) || defined(__CYGWIN__) || \
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
(defined(__osf__) && !defined(RTLD_NEXT)) || \
(defined(__OpenBSD__) && !defined(RTLD_SELF))
# undef HAVE_DLINFO
# endif