mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Allow the shell to be built from the configure script with
SQLITE_OMIT_VIRTUALTABLE defined. FossilOrigin-Name: 136bf323e42dc90e1780199a381bcbb084b069eca5c7343ee6fc6e2550831536
This commit is contained in:
@ -15,6 +15,10 @@
|
||||
*/
|
||||
#include "sqlite3.h"
|
||||
|
||||
#ifdef SQLITE_OMIT_VIRTUALTABLE
|
||||
# undef SQLITE_ENABLE_RTREE
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
Reference in New Issue
Block a user