summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-10 16:08:37 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-06-10 16:08:37 +0000
commit020a93f5d8e5629356cfe11a0257195630fbbade (patch)
tree709d961a5613bba0cd0076fccfb9d7548b2db42f /acconfig.h
parent57fd165673e24f8c563b5ca184264f8717b66d4c (diff)
downloadlibapr-020a93f5d8e5629356cfe11a0257195630fbbade.tar.gz
Change the APR configure process to call MM's configure script early
instead of at the end of the script. With this change, APR can determine if shared memory is provided using a file that multiple platforms can open, or if it is acheived using some sort of shared memory (including MMAP'ed files). This information is used in Apache to provide some optimizations. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 5ee866c03..1403c40a3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -53,6 +53,8 @@
#undef SIZEOF_SSIZE_T
#undef SIZEOF_OFF_T
+#undef HAVE_MM_SHMT_MMFILE
+
@BOTTOM@
/* Make sure we have ssize_t defined to be something */