Apache builds and runs without this, but the expected
default mutex mechanism isn't used and the DSO implementation
is not as expected either.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91367
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.22
+Changes with Apache 1.3.22
+
+ *) Recognize AIX 5.1. [Jeff Trawick]
+
*) PORT: Support AtheOS (see www.atheos.cx)
[Rodrigo Parra Novo <rodarvus@terra.com.br>]
RULE_SHARED_CORE=no
DEF_SHARED_CORE=no
;;
+ *-ibm-aix5.1)
+ OS='IBM AIX 5.1'
+ CFLAGS="$CFLAGS -DAIX=51 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__"
+ LDFLAGS="$LDFLAGS -lm -lpthread"
+ RULE_SHARED_CORE=no
+ DEF_SHARED_CORE=no
+ ;;
ia64-ibm-aix*)
OS='IBM AIX IA64'
CFLAGS="$CFLAGS -DAIXIA64 -U__STR__"