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)
284 elif test -f "$i/db4/db.h"; then
286 THIS_INCLUDE=$i/db4/db.h
296 elif test -f "$i/include/db4.8/db.h"; then
298 THIS_INCLUDE=$i/include/db4.8/db.h
300 elif test -f "$i/include/db4.7/db.h"; then
302 THIS_INCLUDE=$i/include/db4.7/db.h
304 elif test -f "$i/include/db4.6/db.h"; then
306 THIS_INCLUDE=$i/include/db4.6/db.h
308 elif test -f "$i/include/db4.5/db.h"; then
310 THIS_INCLUDE=$i/include/db4.5/db.h
312 elif test -f "$i/include/db4/db.h"; then
314 THIS_INCLUDE=$i/include/db4/db.h
316 elif test -f "$i/include/db/db4.h"; then
318 THIS_INCLUDE=$i/include/db/db4.h
320 elif test -f "$i/include/db4.h"; then
322 THIS_INCLUDE=$i/include/db4.h
330 …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…
332 PHP_DBA_STD_RESULT(db4,Berkeley DB4)
338 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4])
371 …HP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4])