Loading APACHE_1_2_X/src/CHANGES +3 −0 Original line number Diff line number Diff line 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>] Loading APACHE_1_2_X/src/Configure +6 −0 Original line number Diff line number Diff line Loading @@ -403,6 +403,12 @@ case "$PLAT" in 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" Loading APACHE_1_2_X/src/helpers/GuessOS +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ if [ "x$XREL" != "x" ]; then 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 Loading Loading
APACHE_1_2_X/src/CHANGES +3 −0 Original line number Diff line number Diff line 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>] Loading
APACHE_1_2_X/src/Configure +6 −0 Original line number Diff line number Diff line Loading @@ -403,6 +403,12 @@ case "$PLAT" in 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" Loading
APACHE_1_2_X/src/helpers/GuessOS +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ if [ "x$XREL" != "x" ]; then 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 Loading