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