Annotation of embedaddon/php/ext/sqlite/libsqlite/src/sqlite_config.w32.h, revision 1.1

1.1     ! misho       1: #include "config.w32.h"
        !             2: #if ZTS
        !             3: # define THREADSAFE 1
        !             4: #endif
        !             5: #if !ZEND_DEBUG && !defined(NDEBUG)
        !             6: # define NDEBUG
        !             7: #endif
        !             8: #define SQLITE_PTR_SZ 4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>