1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

When building from the amalgamation with ENABLE_RTREE defined, do not try to include sqlite3rtree.h.

FossilOrigin-Name: 5b63e981f1bef26eae0da3144a08bdc54dc36709
This commit is contained in:
dan
2010-09-11 05:15:37 +00:00
parent 29f5fbda16
commit d9e430e953
3 changed files with 9 additions and 20 deletions

View File

@ -64,12 +64,11 @@
#include "sqlite3.h"
#endif
#include "sqlite3rtree.h"
#include <string.h>
#include <assert.h>
#ifndef SQLITE_AMALGAMATION
#include "sqlite3rtree.h"
typedef sqlite3_int64 i64;
typedef unsigned char u8;
typedef unsigned int u32;