You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Stas Bekman <st...@stason.org> on 2003/05/12 07:39:39 UTC

apr.h on linux says it's win32-specific

If I look at the autogenerated apr.h file on linux it includes:

/* GENERATED FILE WARNING!  DO NOT EDIT apr.h
  *
  * You must modify apr.h.in instead.
  *
  * And please, make an effort to stub apr.hw and apr.hnw in the process.
  *
  * This is the Win32 specific version of apr.h.  It is copied from
  * apr.hw when building the apr.dsp or libapr.dsp project. */

Why do we get Win32 specific version of apr.h on linux? I suppose that this is 
just outdated comment.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: apr.h on linux says it's win32-specific

Posted by Jeff Trawick <tr...@attglobal.net>.
Stas Bekman wrote:
> If I look at the autogenerated apr.h file on linux it includes:
...

>  * This is the Win32 specific version of apr.h.  It is copied from
>  * apr.hw when building the apr.dsp or libapr.dsp project. */
> 
> Why do we get Win32 specific version of apr.h on linux? I suppose that 
> this is just outdated comment.

outdated comment removed, thanks!