summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-13 21:49:08 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-13 21:49:08 +0000
commit88ac9a6696e8e17bd5a94cdce51d244e5ecfbbd6 (patch)
treec9dd5f0aac93fcc6201ae8d2ce688bd7dd23f65c /acconfig.h
parent244d61d1d63b028b5da617fc3462509fe2a86ae7 (diff)
downloadlibapr-88ac9a6696e8e17bd5a94cdce51d244e5ecfbbd6.tar.gz
Move the necessary shared memory code from MM into APR and remove our
dependency upon MM. (This commit does not delete the MM files - they are still there for the time being.) MM has a bunch of features that we do not need (locking, three different APIs, etc, etc, etc.) Also clean up the migrated code while I'm at it to be cleaner. This code works on Solaris with shmget. I'll be testing it again with Linux in a few. This really needs to get hammered to make sure that I didn't miss anything. This gets us moving in the right direction. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 22047e545..3ceb016e0 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -14,6 +14,7 @@
#undef HAVE_POLLIN
#undef HAVE_isascii
#undef HAVE_SO_ACCEPTFILTER
+#undef HAVE_MAP_ANON
/* Cross process serialization techniques */
#undef USE_FLOCK_SERIALIZE