summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@apache.org>2001-04-19 07:18:47 +0000
committerWilfredo Sanchez <wsanchez@apache.org>2001-04-19 07:18:47 +0000
commit5d23f251553efdc3eb86e63bc140949dfd263dcf (patch)
treeb8c69542edd459859acda96569a12d87d17e301f /acconfig.h
parent1b2212b698ee889ccc82b1768ede6541bf8cef82 (diff)
downloadapr-5d23f251553efdc3eb86e63bc140949dfd263dcf.tar.gz
Clean up conditionals in unix DSO code so that we decide based on the
dynamic loading implementation, which we noticed at configure time, instead of by operating system, which should be simpler to maintain. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3b63b217f..b238713b5 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -29,6 +29,10 @@
#undef HAVE_GMTOFF
#undef USE_THREADS
+#undef DSO_USE_DLFCN
+#undef DSO_USE_SHL
+#undef DSO_USE_DYLD
+
#undef SIZEOF_SSIZE_T
#undef SIZEOF_SIZE_T
#undef SIZEOF_OFF_T