rse 98/09/24 03:22:02
Modified: src CHANGES Configure Log: PORT: Add Pyramid DC/OSx support to configuration mechanism. Submitted by: Earle Ake <[EMAIL PROTECTED]> Fixed by: Ralf S. Engelschall Revision Changes Path 1.1075 +3 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1074 retrieving revision 1.1075 diff -u -r1.1074 -r1.1075 --- CHANGES 1998/09/24 09:55:50 1.1074 +++ CHANGES 1998/09/24 10:21:58 1.1075 @@ -1,5 +1,8 @@ Changes with Apache 1.3.3 + *) PORT: Add Pyramid DC/OSx support to configuration mechanism. + [Earle Ake <[EMAIL PROTECTED]>] + *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1 [Dave Dykstra <[EMAIL PROTECTED]>] PR#3054 1.295 +6 -0 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- Configure 1998/09/21 20:44:42 1.294 +++ Configure 1998/09/24 10:21:59 1.295 @@ -612,6 +612,12 @@ DEF_WANTHSREGEX=yes LIBS="$LIBS -lsocket -lnsl -lc" ;; + NILE*-*-*DC-OSx*dcosx) + OS='SVR4' + CFLAGS="$CFLAGS -DSVR4 -DNO_LONG_DOUBLE" + DEF_WANTHSREGEX=yes + LIBS="$LIBS -lsocket -lnsl -lc" + ;; DS/90\ 7000-*-sysv4*) OS='UXP/DS' CFLAGS="$CFLAGS -DUXPDS"