On Thu, 2005-06-16 at 13:24 -0400, Christopher R. Palmer wrote: > In the current cvs, there is a problem compiling the threadsafe code (at > least when threads override each other). The OsFile structure defined in > os_unix.h depends on the definition of THREADSAFE which is not included in > the normal compilation flags (for example, for pager.o). I made the > following change to fix the problem: >
I beg to differ. The current CVS code says: #if defined(THREADSAFE) && THREADSAFE /* stuff that depends on THREADSAFE */ #endif If THREADSAFE is undefined, it is assumed to be zero. No changes are needed to make this work. -- D. Richard Hipp <[EMAIL PROTECTED]>

