1config BR2_PACKAGE_GDBM
2	bool "gdbm"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_USE_WCHAR
5	help
6	  GNU dbm is a set of database routines that use extensible
7	  hashing. It works similar to the standard UNIX dbm routines.
8
9	  https://www.gnu.org/software/gdbm/gdbm.html
10
11comment "gdbm needs a toolchain w/ wchar"
12	depends on BR2_USE_MMU
13	depends on !BR2_USE_WCHAR
14