Config.in 369 B

12345678910111213
  1. config 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. https://www.gnu.org/software/gdbm/gdbm.html
  9. comment "gdbm needs a toolchain w/ wchar"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_USE_WCHAR