Re: [patch] modperl/src/modules/perl/mod_perl.h

2002-12-27 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Unless I'm blind again, I can't see how 3rd party modules that use Apache C API can build when a threaded perl is used with mod_perl 1.0. In the current cvs, "apache_inc.h" doesn't get included at all with -DPERL_THREADS and therefore the build fails

Re: [patch] modperl/src/modules/perl/mod_perl.h

2002-12-27 Thread Geoffrey Young
Stas Bekman wrote: Unless I'm blind again, I can't see how 3rd party modules that use Apache C API can build when a threaded perl is used with mod_perl 1.0. In the current cvs, "apache_inc.h" doesn't get included at all with -DPERL_THREADS and therefore the build fails. Spotted with Apache::

[patch] modperl/src/modules/perl/mod_perl.h

2002-12-26 Thread Stas Bekman
Unless I'm blind again, I can't see how 3rd party modules that use Apache C API can build when a threaded perl is used with mod_perl 1.0. In the current cvs, "apache_inc.h" doesn't get included at all with -DPERL_THREADS and therefore the build fails. Spotted with Apache::Scoreboard. Please te