]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Not all platforms have INADDR_NONE defined by default. Apache used to
authorRyan Bloom <rbb@apache.org>
Sat, 11 Nov 2000 06:06:00 +0000 (06:06 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 11 Nov 2000 06:06:00 +0000 (06:06 +0000)
commitc1c3267c14e2cef350c091ddc2a3bad5b106b715
treedfb4b49a3c1989002e1b75c0160b55dd88219698
parent5ef1c8aa2db9ceb87aefaeb2419469ce5b9f0117
Not all platforms have INADDR_NONE defined by default.  Apache used to
check for this and the define it if needed.  Since APR also needs this
check it makes more sense for APR to just check and export a symobl that
is always available.
Submitted by: Branko �ibej <brane@xbc.nu>
Reviewed by: Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86919 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
configure.in
modules/aaa/mod_access.c
modules/proxy/proxy_util.c
server/util.c