use_ithreads

2008-02-15 Thread Randy Kobes
Hi, I noticed with the recent changes to get mp2 to compile with perl-5.10, a couple of #ifdef USE_ITHREADS/#endif statements are needed to work with a non-ithread perl. This is attached. One question I had about this - in the present xs/APR/Pool/APR__Pool.h, there's a "static&

Re: PerlInterpreter and USE_ITHREADS

2004-12-11 Thread Stas Bekman
Randy Kobes wrote: In APR__Pool.h and Apache__ServerUtil.h, should the PerlInterpreter structure member be surrounded by an #ifdef USE_ITHREADS: Index: xs/APR/Pool/APR__Pool.h

PerlInterpreter and USE_ITHREADS

2004-12-11 Thread Randy Kobes
In APR__Pool.h and Apache__ServerUtil.h, should the PerlInterpreter structure member be surrounded by an #ifdef USE_ITHREADS: Index: xs/APR/Pool/APR__Pool.h === --- xs/APR/Pool