dso_dlfcn.c: make it work on Tru64 4.0.
PR: 2316
This commit is contained in:
parent
874b0bd968
commit
afb4191304
@ -85,6 +85,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
|
|||||||
# define HAVE_DLINFO 1
|
# define HAVE_DLINFO 1
|
||||||
# if defined(_AIX) || defined(__CYGWIN__) || \
|
# if defined(_AIX) || defined(__CYGWIN__) || \
|
||||||
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
|
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
|
||||||
|
(defined(__osf__) && !defined(RTLD_NEXT)) || \
|
||||||
(defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
(defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
||||||
defined(__ANDROID__)
|
defined(__ANDROID__)
|
||||||
# undef HAVE_DLINFO
|
# undef HAVE_DLINFO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user