]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PORT: Enable SINGLE_LISTEN_UNSERIALIZED_ACCEPT for AIX 4.3.2
authorJeff Trawick <trawick@apache.org>
Thu, 3 Oct 2002 19:58:09 +0000 (19:58 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 3 Oct 2002 19:58:09 +0000 (19:58 +0000)
commit3bec6a1e2cf0d23f01e1a05d059dbad273019a65
tree978927407329c9faaff034c6c1754c82e036dd9d
parente4f54200fc0f2ca3808bf98fecc696d9f0dc5276
PORT: Enable SINGLE_LISTEN_UNSERIALIZED_ACCEPT for AIX 4.3.2
and above.  Rewrite configure logic for modern levels of
AIX to support future releases of AIX with no changes to
Apache.

This is basically a housekeeping matter to avoid having separate
stanzas for each AIX release and to add some finer detail to
the -DAIX=xxx value so that we know when to enable
SINGLE_LISTEN_UNSERIALIZED_ACCEPT.

I suspect that this fixes the recognition of AIX on ia64, but
nobody complained when it was broken and I don't know where to
find such a beast.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97091 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/Configure
src/include/ap_config.h
src/os/unix/os.c
src/os/unix/os.h