php-src/ext/pdo_sqlite/sqlite/src/sqlite_config.w32.h
2005-02-28 03:23:56 +00:00

8 lines
No EOL
143 B
C

#include "config.w32.h"
#if ZTS
# define THREADSAFE 1
#endif
#if !ZEND_DEBUG && !defined(NDEBUG)
# define NDEBUG
#endif
#define SQLITE_PTR_SZ 4