You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@lnd.com> on 2000/07/16 10:30:38 UTC

RE: cvs commit: apache-1.3/src/include ap_config.h

With this commit... every open issue I am familiar with is
closed :)

Time to freeze so far as I can see... anyone voting?

Bill


> -----Original Message-----
> From: dreid@locus.apache.org [mailto:dreid@locus.apache.org]
> Sent: Saturday, July 15, 2000 10:56 AM
> To: apache-1.3-cvs@apache.org
> Subject: cvs commit: apache-1.3/src/include ap_config.h
> 
> 
> dreid       00/07/15 08:55:36
> 
>   Modified:    src/include ap_config.h
>   Log:
>   Change the platform string to BeOS if we're running on
>   BeOS.
>   
>   Revision  Changes    Path
>   1.292     +2 -0      apache-1.3/src/include/ap_config.h
>   
>   Index: ap_config.h
>   ===================================================================
>   RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
>   retrieving revision 1.291
>   retrieving revision 1.292
>   diff -u -r1.291 -r1.292
>   --- ap_config.h	2000/07/03 14:24:38	1.291
>   +++ ap_config.h	2000/07/15 15:55:34	1.292
>   @@ -884,6 +884,8 @@
>    #define NEED_STRDUP
>    
>    #elif defined(BEOS)
>   +#undef PLATFORM
>   +#define PLATFORM "BeOS"
>    #include <stddef.h>
>    
>    #define NO_WRITEV
>   
>   
>   
> 

RE: cvs commit: apache-1.3/src/include ap_config.h

Posted by "William A. Rowe, Jr." <wr...@lnd.com>.
> From: Jeff Trawick [mailto:trawick@ibm.net]
> Sent: Monday, July 17, 2000 1:46 PM
> 
> +1 from me too.  The ServerName gorp seems to be a good compromise.

Since you were the loudest voice, I'll take that as a good thing :)
 
> > From: "David Reid" <dr...@jetnet.co.uk>
> > Date: Sun, 16 Jul 2000 09:45:59 +0100
> > 
> > +1 from me.
> > 
> > ----- Original Message ----- 
> > From: "William A. Rowe, Jr." <wr...@lnd.com>
> > To: <ne...@apache.org>
> > Sent: Sunday, July 16, 2000 9:30 AM
> > Subject: RE: cvs commit: apache-1.3/src/include ap_config.h
> > 
> > 
> > > With this commit... every open issue I am familiar with is
> > > closed :)
> > > 
> > > Time to freeze so far as I can see... anyone voting?
> > > 
> > > Bill
> > > 
> 
> -- 
> Jeff Trawick | trawick@ibm.net | PGP public key at web site:
>      http://www.geocities.com/SiliconValley/Park/9289/
>           Born in Roswell... married an alien...
> 

Re: cvs commit: apache-1.3/src/include ap_config.h

Posted by Jeff Trawick <tr...@ibm.net>.
+1 from me too.  The ServerName gorp seems to be a good compromise.

> From: "David Reid" <dr...@jetnet.co.uk>
> Date: Sun, 16 Jul 2000 09:45:59 +0100
> 
> +1 from me.
> 
> ----- Original Message ----- 
> From: "William A. Rowe, Jr." <wr...@lnd.com>
> To: <ne...@apache.org>
> Sent: Sunday, July 16, 2000 9:30 AM
> Subject: RE: cvs commit: apache-1.3/src/include ap_config.h
> 
> 
> > With this commit... every open issue I am familiar with is
> > closed :)
> > 
> > Time to freeze so far as I can see... anyone voting?
> > 
> > Bill
> > 

-- 
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
     http://www.geocities.com/SiliconValley/Park/9289/
          Born in Roswell... married an alien...

Re: cvs commit: apache-1.3/src/include ap_config.h

Posted by David Reid <dr...@jetnet.co.uk>.
+1 from me.

----- Original Message ----- 
From: "William A. Rowe, Jr." <wr...@lnd.com>
To: <ne...@apache.org>
Sent: Sunday, July 16, 2000 9:30 AM
Subject: RE: cvs commit: apache-1.3/src/include ap_config.h


> With this commit... every open issue I am familiar with is
> closed :)
> 
> Time to freeze so far as I can see... anyone voting?
> 
> Bill
> 
> 
> > -----Original Message-----
> > From: dreid@locus.apache.org [mailto:dreid@locus.apache.org]
> > Sent: Saturday, July 15, 2000 10:56 AM
> > To: apache-1.3-cvs@apache.org
> > Subject: cvs commit: apache-1.3/src/include ap_config.h
> > 
> > 
> > dreid       00/07/15 08:55:36
> > 
> >   Modified:    src/include ap_config.h
> >   Log:
> >   Change the platform string to BeOS if we're running on
> >   BeOS.
> >   
> >   Revision  Changes    Path
> >   1.292     +2 -0      apache-1.3/src/include/ap_config.h
> >   
> >   Index: ap_config.h
> >   ===================================================================
> >   RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
> >   retrieving revision 1.291
> >   retrieving revision 1.292
> >   diff -u -r1.291 -r1.292
> >   --- ap_config.h 2000/07/03 14:24:38 1.291
> >   +++ ap_config.h 2000/07/15 15:55:34 1.292
> >   @@ -884,6 +884,8 @@
> >    #define NEED_STRDUP
> >    
> >    #elif defined(BEOS)
> >   +#undef PLATFORM
> >   +#define PLATFORM "BeOS"
> >    #include <stddef.h>
> >    
> >    #define NO_WRITEV
> >   
> >   
> >   
> > 
>