]> granicus.if.org Git - apache/commit
Rely on APR to determine whether or not we have netinet/tcp.h. This test
authorJeff Trawick <trawick@apache.org>
Mon, 5 Mar 2001 20:15:15 +0000 (20:15 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 5 Mar 2001 20:15:15 +0000 (20:15 +0000)
commit3a73caceb3b7ce36e4f34111e9ee2fa1e1bd8c29
treee04e3b25df1f9c88e8ed0926b0f515349fb6dce0
parent3358c41372c396c13f9eafb9493b9718ddda2b65
Rely on APR to determine whether or not we have netinet/tcp.h.  This test
requires a special work-around for IRIX 6.5, which will be in APR soon.
There is no need for it in Apache.

The include of netinet/tcp.h was removed from perchild.c and threaded.c.
They no longer seem to be needed there.

PR: 6459

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88455 13f79535-47bb-0310-9956-ffa450edef68
configure.in
include/mpm_common.h
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/mpm/threaded/threaded.c