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_option SQLITE_TSAFE "Build thread-safe SQLite?" y \
                                 "--enable-threadsafe" \
                                 "--disable-threadsafe"

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