blob: 5103115081ca3c3b90fc9fb43da4441b00f9c98c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config ADK_COMPILE_DB
tristate
default n
depends on 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
|