Lines Matching refs:i

114   for i in $PHP_QDBM /usr/local /usr; do
115 if test -f "$i/include/depot.h"; then
116 THIS_PREFIX=$i
117 THIS_INCLUDE=$i/include/depot.h
147 for i in $PHP_GDBM /usr/local /usr; do
148 if test -f "$i/include/gdbm.h"; then
149 THIS_PREFIX=$i
150 THIS_INCLUDE=$i/include/gdbm.h
172 for i in $PHP_NDBM /usr/local /usr; do
173 if test -f "$i/include/ndbm.h"; then
174 THIS_PREFIX=$i
175 THIS_INCLUDE=$i/include/ndbm.h
177 elif test -f "$i/include/db1/ndbm.h"; then
178 THIS_PREFIX=$i
179 THIS_INCLUDE=$i/include/db1/ndbm.h
206 for i in $PHP_TCADB /usr/local /usr; do
207 if test -f "$i/include/tcadb.h"; then
208 THIS_PREFIX=$i
210 THIS_INCLUDE=$i/include/tcadb.h
237 for i in $PHP_LMDB /usr/local /usr; do
238 if test -f "$i/include/lmdb.h"; then
239 THIS_PREFIX=$i
241 THIS_INCLUDE=$i/include/lmdb.h
348 …for i in $PHP_DB4 ${dbdp5}1 ${dbdp5}0 ${dbdp4}8 ${dbdp4}7 ${dbdp4}6 ${dbdp4}5 ${dbdp4}4 ${dbdp4}3 …
349 if test -f "$i/db5/db.h"; then
350 THIS_PREFIX=$i
351 THIS_INCLUDE=$i/db5/db.h
353 elif test -f "$i/db4/db.h"; then
354 THIS_PREFIX=$i
355 THIS_INCLUDE=$i/db4/db.h
357 elif test -f "$i/include/db5.3/db.h"; then
358 THIS_PREFIX=$i
359 THIS_INCLUDE=$i/include/db5.3/db.h
361 elif test -f "$i/include/db5.1/db.h"; then
362 THIS_PREFIX=$i
363 THIS_INCLUDE=$i/include/db5.1/db.h
365 elif test -f "$i/include/db5.0/db.h"; then
366 THIS_PREFIX=$i
367 THIS_INCLUDE=$i/include/db5.0/db.h
369 elif test -f "$i/include/db4.8/db.h"; then
370 THIS_PREFIX=$i
371 THIS_INCLUDE=$i/include/db4.8/db.h
373 elif test -f "$i/include/db4.7/db.h"; then
374 THIS_PREFIX=$i
375 THIS_INCLUDE=$i/include/db4.7/db.h
377 elif test -f "$i/include/db4.6/db.h"; then
378 THIS_PREFIX=$i
379 THIS_INCLUDE=$i/include/db4.6/db.h
381 elif test -f "$i/include/db4.5/db.h"; then
382 THIS_PREFIX=$i
383 THIS_INCLUDE=$i/include/db4.5/db.h
385 elif test -f "$i/include/db4/db.h"; then
386 THIS_PREFIX=$i
387 THIS_INCLUDE=$i/include/db4/db.h
389 elif test -f "$i/include/db/db4.h"; then
390 THIS_PREFIX=$i
391 THIS_INCLUDE=$i/include/db/db4.h
393 elif test -f "$i/include/db4.h"; then
394 THIS_PREFIX=$i
395 THIS_INCLUDE=$i/include/db4.h
397 elif test -f "$i/include/db.h"; then
398 THIS_PREFIX=$i
399 THIS_INCLUDE=$i/include/db.h
413 …for i in $PHP_DB3 /usr/local/BerkeleyDB.3.3 /usr/local/BerkeleyDB.3.2 /usr/local/BerkeleyDB.3.1 /u…
414 if test -f "$i/db3/db.h"; then
415 THIS_PREFIX=$i
416 THIS_INCLUDE=$i/include/db3/db.h
418 elif test -f "$i/include/db3/db.h"; then
419 THIS_PREFIX=$i
420 THIS_INCLUDE=$i/include/db3/db.h
422 elif test -f "$i/include/db/db3.h"; then
423 THIS_PREFIX=$i
424 THIS_INCLUDE=$i/include/db/db3.h
426 elif test -f "$i/include/db3.h"; then
427 THIS_PREFIX=$i
428 THIS_INCLUDE=$i/include/db3.h
430 elif test -f "$i/include/db.h"; then
431 THIS_PREFIX=$i
432 THIS_INCLUDE=$i/include/db.h
446 for i in $PHP_DB2 $PHP_DB2/BerkeleyDB /usr/BerkeleyDB /usr/local /usr; do
447 if test -f "$i/db2/db.h"; then
448 THIS_PREFIX=$i
449 THIS_INCLUDE=$i/db2/db.h
451 elif test -f "$i/include/db2/db.h"; then
452 THIS_PREFIX=$i
453 THIS_INCLUDE=$i/include/db2/db.h
455 elif test -f "$i/include/db/db2.h"; then
456 THIS_PREFIX=$i
457 THIS_INCLUDE=$i/include/db/db2.h
459 elif test -f "$i/include/db2.h"; then
460 THIS_PREFIX=$i
461 THIS_INCLUDE=$i/include/db2.h
463 elif test -f "$i/include/db.h"; then
464 THIS_PREFIX=$i
465 THIS_INCLUDE=$i/include/db.h
491 for i in db$THIS_VERSION/db_185.h include/db$THIS_VERSION/db_185.h include/db/db_185.h; do
492 if test -f "$THIS_PREFIX/$i"; then
493 THIS_INCLUDE=$THIS_PREFIX/$i
499 for i in $PHP_DB1 /usr/local /usr; do
500 if test -f "$i/db1/db.h"; then
501 THIS_PREFIX=$i
502 THIS_INCLUDE=$i/db1/db.h
504 elif test -f "$i/include/db1/db.h"; then
505 THIS_PREFIX=$i
506 THIS_INCLUDE=$i/include/db1/db.h
508 elif test -f "$i/include/db.h"; then
509 THIS_PREFIX=$i
510 THIS_INCLUDE=$i/include/db.h
546 for i in $PHP_DBM /usr/local /usr; do
547 if test -f "$i/include/dbm.h"; then
548 THIS_PREFIX=$i
549 THIS_INCLUDE=$i/include/dbm.h
551 elif test -f "$i/include/gdbm/dbm.h"; then
552 THIS_PREFIX=$i
553 THIS_INCLUDE=$i/include/gdbm/dbm.h
612 for i in $PHP_CDB /usr/local /usr; do
613 if test -f "$i/include/cdb.h"; then
614 THIS_PREFIX=$i
615 THIS_INCLUDE=$i/include/cdb.h