config_query SQLITE_ENABLE_JSON1 "enable JSON support" y &&
config_query SQLITE_META "Enable column metadata?" y &&

config_query SQLITE_SECURE_DELETE "Compile with SQLITE_SECURE_DELETE?" n &&

config_query SQLITE_ENABLE_UNLOCK "Compile with SQLITE_ENABLE_UNLOCK_NOTIFY" n &&

config_query SQLITE_ENABLE_DBSTAT_VTAB "Compile with SQLITE_ENABLE_DBSTAT_VTAB" n &&

config_query SQLITE_ENABLE_FTS3 "enable FTS3 support" n &&

config_query_option SQLITE_TSAFE "Build thread-safe SQLite?" y \
                                 "--enable-threadsafe" \
                                 "--disable-threadsafe"

config_query_option SQLITE_VERSION "Build the tcl extension?" n \
                                   "tea" \
                                   "autoconf"
