summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-19 12:44:46 +0000
committerfoobar <sniper@php.net>2003-07-19 12:44:46 +0000
commit82af3ff7336c6a3c2e8efd1c5e112ca07ef878cb (patch)
treeb1f7d40fd72e578f68f60b949c326c5bef156e3b /ext/sqlite
parentaeefb55a6a1ce52b52ab335117c6505367fa6526 (diff)
downloadphp-git-82af3ff7336c6a3c2e8efd1c5e112ca07ef878cb.tar.gz
OS_UNIX/OS_WIN are set in the bundled libsqlite sources.
Diffstat (limited to 'ext/sqlite')
-rw-r--r--ext/sqlite/config.m42
1 files changed, 0 insertions, 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"