1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source;

FossilOrigin-Name: 78b6eee200cab363be520d771375e44898f80e01
This commit is contained in:
shaneh
2011-04-04 21:48:01 +00:00
parent 6a64d67884
commit 3a2d29f8f4
10 changed files with 29 additions and 30 deletions

View File

@@ -20,7 +20,7 @@
** the SQLITE_SERVER option.
*/
#if defined(SQLITE_SERVER) && !defined(SQLITE_OMIT_SHARED_CACHE) && \
defined(SQLITE_OS_UNIX) && OS_UNIX && SQLITE_THREADSAFE
SQLITE_OS_UNIX && SQLITE_THREADSAFE
#include <stdlib.h>
#include <string.h>