You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
293 B

  1. menu "Configuration"
  2. depends on PACKAGE_libsqlite3
  3. config SQLITE_FTS3
  4. bool
  5. prompt "Enable FTS3"
  6. help
  7. "Enable support for full-text search version 3"
  8. default y
  9. config SQLITE_RTREE
  10. bool
  11. prompt "Enable RTREE"
  12. help
  13. "Enable support for the R*Tree index extension"
  14. default y
  15. endmenu