Graham Dumpleton
grahamd at dscpl.com.au
Sun Oct 17 10:07:08 EDT 2004
On 16/10/2004, at 11:30 PM, Gregory (Grisha) Trubetskoy wrote: > > Thanks for this. Does this compile/run with threads disabled as well? Except for the static variable definition, the code was kept inside the: #ifdef WITH_THREAD checks. If for some reason APR doesn't define its mutex type when no threads, then that definition should also be inside a #ifdef check. I haven't actually tried compiling it without threads though. -- Graham Dumpleton (grahamd at dscpl.com.au)
|