Lines Matching refs:db4
85 PHP_ARG_WITH(db4,,
86 [ --with-db4[=DIR] DBA: Oracle Berkeley DB 4.x or 5.x support], no, no)
319 elif test -f "$i/db4/db.h"; then
321 THIS_INCLUDE=$i/db4/db.h
335 elif test -f "$i/include/db4.8/db.h"; then
337 THIS_INCLUDE=$i/include/db4.8/db.h
339 elif test -f "$i/include/db4.7/db.h"; then
341 THIS_INCLUDE=$i/include/db4.7/db.h
343 elif test -f "$i/include/db4.6/db.h"; then
345 THIS_INCLUDE=$i/include/db4.6/db.h
347 elif test -f "$i/include/db4.5/db.h"; then
349 THIS_INCLUDE=$i/include/db4.5/db.h
351 elif test -f "$i/include/db4/db.h"; then
353 THIS_INCLUDE=$i/include/db4/db.h
355 elif test -f "$i/include/db/db4.h"; then
357 THIS_INCLUDE=$i/include/db/db4.h
359 elif test -f "$i/include/db4.h"; then
361 THIS_INCLUDE=$i/include/db4.h
369 …db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_creat…
371 PHP_DBA_STD_RESULT(db4,Berkeley DB4)
377 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4])
410 …HP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4])