--- [EMAIL PROTECTED] wrote:
> Joe Wilson <[EMAIL PROTECTED]> wrote:
> > 
> > latest CVS:
> > 
> > #if SQLITE_THREADSAFE
> > # include <pthread.h>
> > # define SQLITE_UNIX_THREADS 1
> > #endif
> > 
> 
> I don't know where you are seeing this.  The latest is
> 
>    
> http://www.sqlite.org/cvstrac/filediff?f=sqlite/src/sqliteInt.h&v1=1.592&v2=1.593

Look in sqlite 3.4.2 os_unix.c.

  http://www.sqlite.org/cvstrac/fileview?f=sqlite/src/os_unix.c&v=1.136

Before 3.5 it was the only sqlite source file where thread-safety was relevant
for UNIX.

sqlite-3.4.1$ grep -nl THREADS src/*.c
src/os_os2.c
src/os_unix.c
src/os_win.c
src/test1.c
src/test4.c
src/test7.c
src/test_async.c
src/test_config.c
src/test_server.c



       
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to