1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/sqlite/libsqlite/src/sqlite_config.w32.h
Wez Furlong 604a41e244 win32 fixes
2003-04-22 23:24:44 +00:00

8 lines
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