]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commitfd54e2951cd7b4bf211bf176e5ead228614b1c31
tree19d9f628f0182a54784a171f8830fcc9586c9cd0
parent119e3e9e7789cffdfa6a4dcc9a1c206294fcc6cd
We now make the decision to USE_MMAP_FILES based on whether or not APR
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