Config.in 474 B

12345678910111213141516171819202122
  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_TOOLS
  13. bool "install tools"
  14. help
  15. Install berkeleydb tools, mostly useful for debugging
  16. purposes.
  17. endif