From 82af3ff7336c6a3c2e8efd1c5e112ca07ef878cb Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 19 Jul 2003 12:44:46 +0000 Subject: [PATCH] OS_UNIX/OS_WIN are set in the bundled libsqlite sources. --- ext/sqlite/config.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 7dbd88e617..b988175178 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -67,8 +67,6 @@ if test "$PHP_SQLITE" != "no"; then PHP_ADD_BUILD_DIR($ext_builddir/libsqlite/src) AC_CHECK_SIZEOF(char *,4) AC_DEFINE(SQLITE_PTR_SZ, SIZEOF_CHAR_P, [Size of a pointer]) - AC_DEFINE(OS_UNIX, 1, [if this is unix]) - AC_DEFINE(OS_WIN, 0, [if this is windows]) dnl use latin 1 for now; the utf-8 handling in funcs.c uses assert(), dnl which is a bit silly and something we want to avoid SQLITE_ENCODING="ISO8859" -- 2.50.1