Submitted by: Lawrence Rosenman <ler@lerctr.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78381
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.2.1
+ *) Update Unixware support for 2.1.2. [Lawrence Rosenman <ler@lerctr.org>]
+ PR#511
+
*) Port to NonStop-UX [Joachim Schmitz <schmitz_joachim@tandem.com>] PR#327
*) Update ConvexOS support for 11.5. [David DeSimone <fox@convex.com>]
CFLAGS="$CFLAGS -DUW"
LIBS="$LIBS -lsocket -lnsl -lcrypt"
;;
+ *-unixware212)
+ OS='Unixware 2.1.2'
+ CFLAGS="$CFLAGS -DUW"
+ LIBS="$LIBS -lsocket -lnsl -lcrypt"
+ DBM_LIB=""
+ ;;
maxion-*-sysv4*)
OS='SVR4'
CFLAGS="$CFLAGS -DSVR4"
4.2MP)
if [ "x$VERSION" = "x2.1.1" ]; then
echo "${MACHINE}-whatever-unixware211"; exit 0
+ elif [ "x$VERSION" = "x2.1.2" ]; then
+ echo "${MACHINE}-whatever-unixware212"; exit 0
else
echo "${MACHINE}-whatever-unixware2"; exit 0
fi