Config.in 584 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_BERKELEYDB
  2. bool "berkeleydb"
  3. help
  4. The Berkeley database. A very common library for
  5. database applications.
  6. http://www.sleepycat.com/products/db.shtml
  7. if BR2_PACKAGE_BERKELEYDB
  8. config BR2_PACKAGE_BERKELEYDB_COMPAT185
  9. bool "DB 1.85 compatibility"
  10. help
  11. Build and install DB 1.85 compatibility API.
  12. config BR2_PACKAGE_BERKELEYDB_DBM
  13. bool "historic dbm interface"
  14. help
  15. Enable the historic dbm interface.
  16. config BR2_PACKAGE_BERKELEYDB_TOOLS
  17. bool "install tools"
  18. help
  19. Install berkeleydb tools, mostly useful for debugging
  20. purposes.
  21. endif