2012-10-19 05:13:49 +02:00
|
|
|
config BR2_PACKAGE_GDBM
|
|
|
|
bool "gdbm"
|
2021-09-27 07:50:54 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2021-09-30 07:55:29 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2012-10-19 05:13:49 +02:00
|
|
|
help
|
2017-07-31 15:53:43 +02:00
|
|
|
GNU dbm is a set of database routines that use extensible
|
|
|
|
hashing. It works similar to the standard UNIX dbm routines.
|
2012-10-19 05:13:49 +02:00
|
|
|
|
2021-09-20 21:24:27 +02:00
|
|
|
https://www.gnu.org/software/gdbm/gdbm.html
|
2021-09-30 07:55:29 +02:00
|
|
|
|
|
|
|
comment "gdbm needs a toolchain w/ wchar"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_USE_WCHAR
|