Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 26151 invoked by uid 6000); 24 Sep 1998 10:22:04 -0000 Received: (qmail 26144 invoked by alias); 24 Sep 1998 10:22:03 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 26141 invoked by uid 168); 24 Sep 1998 10:22:02 -0000 Date: 24 Sep 1998 10:22:02 -0000 Message-ID: <19980924102202.26140.qmail@hyperreal.org> From: rse@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src CHANGES Configure Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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 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 ] + *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1 [Dave Dykstra ] 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"