Doug MacEachern wrote:

> On Tue, 25 Sep 2001, Stas Bekman wrote:
> 
> 
>>we expose apr_table_overlap() via APR::Table. It needs a definition of 
>>two constants: APR_OVERLAP_TABLES_SET and APR_OVERLAP_TABLES_MERGE. Do 
>>we have them defined somewhere? Should we?
>>
> 
> sure.  they are not currently picked up, just need to be added to
> Apache/ParseSource.pm:%defines_wanted


like this?


Index: lib/Apache/ParseSource.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
retrieving revision 1.28
diff -u -r1.28 ParseSource.pm
--- lib/Apache/ParseSource.pm   2001/09/25 17:30:31     1.28
+++ lib/Apache/ParseSource.pm   2001/09/27 02:37:34
@@ -143,6 +143,7 @@
          log        => [qw(APLOG_)],
      },
      APR => {
+        table     => [qw{APR_OVERLAP_TABLES_}],
          poll      => [qw{APR_POLL}],
          common    => [qw{APR_SUCCESS}],
          error     => [qw{APR_E}],


-- 


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to