]> granicus.if.org Git - apache/commitdiff
We now make the decision to USE_MMAP_FILES based on whether or not APR
authorRyan Bloom <rbb@apache.org>
Fri, 10 Dec 1999 20:22:07 +0000 (20:22 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 10 Dec 1999 20:22:07 +0000 (20:22 +0000)
has MMAP.  If APR_HAS_MMAP is true then USE_MMAP_FILES is true.  We also
no longer check for MMAP in autoconf within Apache.  Apache relies on APR
to give us MMAP functionality, and therefore doesn't need to check for
itself.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84278 13f79535-47bb-0310-9956-ffa450edef68

server/config.m4

index 6cd5b9e5593141114b9864593f458ee7e4644daf..c45474061b1f367f3b68426129433d9fa1da3c6a 100644 (file)
@@ -46,9 +46,3 @@ AC_CHECK_FUNCS(
 difftime \
 syslog \
 )
-AC_FUNC_MMAP
-
-dnl XXX - is autoconf's detection routine good enough?
-if test "$ac_cv_func_mmap_fixed_mapped" = "yes"; then
-    AC_DEFINE(USE_MMAP_FILES)
-fi