Searched refs:have_gdbm (Results 1 – 3 of 3) sorted by relevance
86 have_gdbm = True variable93 have_gdbm = False variable114 if item_name.startswith("dbm_gnu") and not have_gdbm:
106 have_gdbm = True variable113 have_gdbm = False variable134 if item_name.startswith("dbm_gnu") and not have_gdbm:
742 …CHECK_LIB(gdbm, gdbm_open, [ AC_CHECK_HEADERS(gdbm.h, have_gdbm=true, have_gdbm=false) ], have_gdb…744 if ! $have_gdbm ; then