Config.in 333 B

123456789101112131415
  1. config ADK_COMPILE_DB
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBDB
  5. config ADK_PACKAGE_LIBDB
  6. prompt "libdb............................. Berkeley DB"
  7. tristate
  8. default n
  9. select ADK_COMPILE_DB
  10. help
  11. disk file format database which stores key/data-pairs in single files.
  12. http://www.sleepycat.com/products/db.shtml