Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 44450 invoked by uid 500); 3 Mar 2000 00:46:19 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: apache-cvs@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 44430 invoked from network); 3 Mar 2000 00:46:18 -0000 Date: Thu, 2 Mar 2000 19:46:17 -0500 (EST) From: rbb@apache.org X-Sender: rbb@shell.ntrnet.net To: apache-cvs@apache.org Subject: Re: cvs commit: apache-2.0/src/main http_log.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: rbb@shell.ntrnet.net X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Thu, 2 Mar 2000, Greg Stein wrote: > On 2 Mar 2000 rbb@locus.apache.org wrote: > >... > > Index: http_log.c > > =================================================================== > > RCS file: /home/cvs/apache-2.0/src/main/http_log.c,v > > retrieving revision 1.32 > > retrieving revision 1.33 > > diff -u -r1.32 -r1.33 > > --- http_log.c 2000/03/02 11:05:16 1.32 > > +++ http_log.c 2000/03/02 20:36:46 1.33 > > @@ -64,10 +64,14 @@ > > > > > > #define CORE_PRIVATE > > +#ifdef WIN32 > > +#include "apr_win.h" > > +#else > > +#include "apr.h" /* for ap_signal */ > > +#endif > > Can this be isolated within apr.h, so that APR users don't have to > replicate the above #ifdef every time they include the header? I guess we could, but it would be pretty ugly. I'll look into doing it. Ryan Come to the first official Apache Software Foundation Conference!!! _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------