Commit 04fdb239 authored by dgaudet's avatar dgaudet
Browse files

PR#511: update unixware support for 2.1.2

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
parent 346d141e
Loading
Loading
Loading
Loading
+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>]
+6 −0
Original line number Diff line number Diff line
@@ -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"
+2 −0
Original line number Diff line number Diff line
@@ -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