summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-06-10 16:08:37 +0000
committerRyan Bloom <rbb@apache.org>2000-06-10 16:08:37 +0000
commit38c0b19fad1fd8f1487fee9770b187ca846dbd32 (patch)
tree709d961a5613bba0cd0076fccfb9d7548b2db42f /acconfig.h
parentb5abd87d785184af9171b881532caa8dc3c2b119 (diff)
downloadapr-38c0b19fad1fd8f1487fee9770b187ca846dbd32.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: https://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 */