You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2002/08/14 16:57:05 UTC

Re: APLOG_NOERRNO is deprecated

Doug MacEachern wrote:
> +1 on removing it.

I've removed it from the code, but it'll be still automatically picked 
by source scan and therefore regenerated in:

./src/modules/perl/modperl_constants.c
./xs/ModPerl/Const/modperl_constants.c
./xs/tables/current/Apache/ConstantsTable.pm

Do we have some magic in the source scannig code to tell it to skip that 
macro?

> On Tue, 4 Jun 2002, Stas Bekman wrote:
> 
> 
>>from include/http_log.h
>>
>>/* APLOG_NOERRNO is ignored and should not be used.  It will be
>>  * removed in a future release of Apache.
>>  */
>>#define APLOG_NOERRNO		(APLOG_LEVELMASK + 1)
>>
>>we should probably remove it from constants and where it's used (in 
>>aplog.pm test)
>>
>>
>>
>>__________________________________________________________________
>>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
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>For additional commands, e-mail: dev-help@perl.apache.org
>>
> 



-- 


__________________________________________________________________
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: APLOG_NOERRNO is deprecated

Posted by Doug MacEachern <do...@covalent.net>.
On Wed, 14 Aug 2002, Stas Bekman wrote:

> Do we have some magic in the source scannig code to tell it to skip that 
> macro?

$Apache::ParseSource::defines_unwanted


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org