]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#511: update unixware support for 2.1.2
authordgaudet <dgaudet@unknown>
Fri, 27 Jun 1997 02:02:01 +0000 (02:02 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 27 Jun 1997 02:02:01 +0000 (02:02 +0000)
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

APACHE_1_2_X/src/CHANGES
APACHE_1_2_X/src/Configure
APACHE_1_2_X/src/helpers/GuessOS

index 91117642173b4004ebe6be207ecfb89f5e219809..3624094d8b77a803655266549a70a87730b6173a 100644 (file)
@@ -1,5 +1,8 @@
 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>]
index c7287a6651bc2b8001bce55aaa89c3807c70f543..6dea93a475fd4d54d129d6d832240fb9616f0467 100755 (executable)
@@ -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"
index 76fa4b95e1480f22620c43128c2f414811351d76..25a235857c7b0f73eacd851e578d4a25d1971c43 100755 (executable)
@@ -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