mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
8 lines
215 B
C
8 lines
215 B
C
#define SQLITE_ENABLE_FTS3 1
|
|
#define SQLITE_ENABLE_FTS5 1
|
|
#define SQLITE_ENABLE_RTREE 1
|
|
#define SQLITE_ENABLE_DBSTAT_VTAB 1
|
|
#define SQLITE_ENABLE_JSON1 1
|
|
#define SQLITE_ENABLE_RBU 1
|
|
|
|
#include "lib/sqleet.c"
|