Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 17154 invoked by uid 6000); 1 Sep 1999 13:01:40 -0000 Received: (qmail 17133 invoked from network); 1 Sep 1999 13:01:37 -0000 Received: from fwns1d.raleigh.ibm.com (HELO fwns1.raleigh.ibm.com) (204.146.167.235) by taz.hyperreal.org with SMTP; 1 Sep 1999 13:01:37 -0000 Received: from rtpmail01.raleigh.ibm.com (rtpmail01.raleigh.ibm.com [9.37.172.24]) by fwns1.raleigh.ibm.com (8.9.0/8.9.0/RTP-FW-1.2) with ESMTP id JAA25802; Wed, 1 Sep 1999 09:00:39 -0400 Received: from chosondo.raleigh.ibm.com (chosondo.raleigh.ibm.com [9.37.73.195]) by rtpmail01.raleigh.ibm.com (8.8.5/8.8.5/RTP-ral-1.1) with ESMTP id JAA36186; Wed, 1 Sep 1999 09:00:34 -0400 Date: Wed, 1 Sep 1999 08:49:01 -0400 (EDT) From: Ryan Bloom To: new-httpd@apache.org cc: apache-2.0-cvs@apache.org Subject: Re: cvs commit: apache-2.0/src/lib/apr/include apr_lib.h In-Reply-To: <19990831232146.8759.qmail@hyperreal.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This is a REALLY bad idea. This requires that anybody who wants to use APR have the source on their system. Why was this needed? I have at least one test program which uses APR's directory information on Windows. Ryan On 31 Aug 1999 stoddard@hyperreal.org wrote: > stoddard 99/08/31 16:21:46 > > Modified: src/lib/apr/include apr_lib.h > Log: > Found the WIN32 DIR > > Revision Changes Path > 1.5 +1 -0 apache-2.0/src/lib/apr/include/apr_lib.h > > Index: apr_lib.h > =================================================================== > RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_lib.h,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- apr_lib.h 1999/08/31 19:50:50 1.4 > +++ apr_lib.h 1999/08/31 23:21:44 1.5 > @@ -71,6 +71,7 @@ > #include > #include "apr_config.h" > #else > +#include "../file_io/win32/readdir.h" /* definition of DIR for WIN32 */ > #include "apr_win.h" > #endif > #include "hsregex.h" > > > > _______________________________________________________________________ Ryan Bloom rbb@raleigh.ibm.com 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple steps. It's a painful sight to see beginners doing complicated patterns.