summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-19 07:18:47 +0000
committerwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-19 07:18:47 +0000
commit1c728e0831789e4dcbba6d0fc8116b5f22cecb19 (patch)
treeb8c69542edd459859acda96569a12d87d17e301f /acconfig.h
parent06e94dad9670fa8a26020ee716c5a03f221975d3 (diff)
downloadlibapr-1c728e0831789e4dcbba6d0fc8116b5f22cecb19.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: http://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