jim 98/11/04 04:38:35
Modified: src CHANGES Configure src/helpers GuessOS Log: Submitted by: Tom Horsley <[EMAIL PROTECTED]> Add the PowerMAX OS port. Revision Changes Path 1.1132 +3 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1131 retrieving revision 1.1132 diff -u -r1.1131 -r1.1132 --- CHANGES 1998/11/01 08:45:27 1.1131 +++ CHANGES 1998/11/04 12:38:32 1.1132 @@ -1,5 +1,8 @@ Changes with Apache 1.3.4 + *) PORT: Add a port to the Concurrent PowerMAX OS. [Tom Horsley + <[EMAIL PROTECTED]>] + *) WIN32: Log more explicit error messages if spawning an interpreted script failed, including the command line used to attempt to execute the interpreter and the Win32 error code returned. [Marc Slemko] 1.304 +16 -0 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- Configure 1998/10/27 10:37:46 1.303 +++ Configure 1998/11/04 12:38:32 1.304 @@ -598,6 +598,16 @@ DEF_WANTHSREGEX=yes LIBS="$LIBS -lsocket -lnsl -lc -lgen" ;; + *-*-powermax*) + OS='SVR4' + CFLAGS="$CFLAGS -DSVR4" + DEF_WANTHSREGEX=yes + LIBS="$LIBS -lsocket -lnsl -lgen" + LD_SHLIB='cc' + LDFLAGS_SHLIB="-Zlink=so" + LDFLAGS_SHLIB_EXPORT="-Zlink=dynamic -Wl,-Bexport" + CFLAGS_SHLIB='-Zpic' + ;; BS2000*-sni-sysv4*) OS='BS2000' OSDIR='os/bs2000' @@ -1095,6 +1105,12 @@ LDFLAGS_SHLIB="$LDFLAGS_SHLIB -lc" LDFLAGS_SHLIB_EXPORT="-Wl,-bE:\$(SRCDIR)/support/httpd.exp" SHLIB_EXPORT_FILES=yes + ;; + *-*-powermax*) + LD_SHLIB='cc' + LDFLAGS_SHLIB="-Zlink=so" + LDFLAGS_SHLIB_EXPORT="-Zlink=dynamic -Wl,-Bexport" + CFLAGS_SHLIB='-Zpic' ;; *) ## ok, no known explict support for shared objects 1.51 +5 -0 apache-1.3/src/helpers/GuessOS Index: GuessOS =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- GuessOS 1998/10/04 05:45:55 1.50 +++ GuessOS 1998/11/04 12:38:34 1.51 @@ -222,6 +222,11 @@ UNIX_SV:*:*:maxion) echo "${MACHINE}-ccur-sysv4"; exit 0; ;; + + PowerMAX_OS:*:*:Night_Hawk) + MACHINE=`uname -p` + echo "${MACHINE}-concurrent-powermax"; exit 0; + ;; UNIX_SV:*) if [ -d /usr/nec ];then