Lines Matching refs:gdbm
79 PHP_ARG_WITH(gdbm,,
80 [ --with-gdbm[=DIR] DBA: GDBM support], no, no)
142 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm])
145 if test -f "$i/include/gdbm.h"; then
147 THIS_INCLUDE=$i/include/gdbm.h
153 PHP_CHECK_LIBRARY(gdbm, gdbm_open, [
156 THIS_LIBS=gdbm
164 PHP_DBA_STD_RESULT(gdbm)
517 elif test -f "$i/include/gdbm/dbm.h"; then
519 THIS_INCLUDE=$i/include/gdbm/dbm.h
525 for LIB in dbm c gdbm; do
529 if test "$LIB" = "gdbm"; then