]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We never use MMAP_SEGMENT_SIZE, and we are better off determining if we
authorRyan Bloom <rbb@apache.org>
Mon, 1 Jan 2001 00:34:25 +0000 (00:34 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 1 Jan 2001 00:34:25 +0000 (00:34 +0000)
commitb7fd92206545c2f343a6bfe79c0a7127022f22b6
treeddea21f7ce9bfcdfd6ea4f763dda8d7641c903d5
parente66fb2519eac60c60371ebcb96dc28bd2add88c6
We never use MMAP_SEGMENT_SIZE, and we are better off determining if we
have MMAP, by just checking with APR, instead of using an Apache
definition which doesn't really control anything anymore.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87563 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c