Lines Matching refs:i

111   for i in $PHP_QDBM /usr/local /usr; do
112 if test -f "$i/include/depot.h"; then
113 THIS_PREFIX=$i
114 THIS_INCLUDE=$i/include/depot.h
144 for i in $PHP_GDBM /usr/local /usr; do
145 if test -f "$i/include/gdbm.h"; then
146 THIS_PREFIX=$i
147 THIS_INCLUDE=$i/include/gdbm.h
169 for i in $PHP_NDBM /usr/local /usr; do
170 if test -f "$i/include/ndbm.h"; then
171 THIS_PREFIX=$i
172 THIS_INCLUDE=$i/include/ndbm.h
174 elif test -f "$i/include/db1/ndbm.h"; then
175 THIS_PREFIX=$i
176 THIS_INCLUDE=$i/include/db1/ndbm.h
203 for i in $PHP_TCADB /usr/local /usr; do
204 if test -f "$i/include/tcadb.h"; then
205 THIS_PREFIX=$i
207 THIS_INCLUDE=$i/include/tcadb.h
314 …for i in $PHP_DB4 ${dbdp5}1 ${dbdp5}0 ${dbdp4}8 ${dbdp4}7 ${dbdp4}6 ${dbdp4}5 ${dbdp4}4 ${dbdp4}3 …
315 if test -f "$i/db5/db.h"; then
316 THIS_PREFIX=$i
317 THIS_INCLUDE=$i/db5/db.h
319 elif test -f "$i/db4/db.h"; then
320 THIS_PREFIX=$i
321 THIS_INCLUDE=$i/db4/db.h
323 elif test -f "$i/include/db5.1/db.h"; then
324 THIS_PREFIX=$i
325 THIS_INCLUDE=$i/include/db5.1/db.h
327 elif test -f "$i/include/db5.0/db.h"; then
328 THIS_PREFIX=$i
329 THIS_INCLUDE=$i/include/db5.0/db.h
331 elif test -f "$i/include/db4.8/db.h"; then
332 THIS_PREFIX=$i
333 THIS_INCLUDE=$i/include/db4.8/db.h
335 elif test -f "$i/include/db4.7/db.h"; then
336 THIS_PREFIX=$i
337 THIS_INCLUDE=$i/include/db4.7/db.h
339 elif test -f "$i/include/db4.6/db.h"; then
340 THIS_PREFIX=$i
341 THIS_INCLUDE=$i/include/db4.6/db.h
343 elif test -f "$i/include/db4.5/db.h"; then
344 THIS_PREFIX=$i
345 THIS_INCLUDE=$i/include/db4.5/db.h
347 elif test -f "$i/include/db4/db.h"; then
348 THIS_PREFIX=$i
349 THIS_INCLUDE=$i/include/db4/db.h
351 elif test -f "$i/include/db/db4.h"; then
352 THIS_PREFIX=$i
353 THIS_INCLUDE=$i/include/db/db4.h
355 elif test -f "$i/include/db4.h"; then
356 THIS_PREFIX=$i
357 THIS_INCLUDE=$i/include/db4.h
359 elif test -f "$i/include/db.h"; then
360 THIS_PREFIX=$i
361 THIS_INCLUDE=$i/include/db.h
375 …for i in $PHP_DB3 /usr/local/BerkeleyDB.3.3 /usr/local/BerkeleyDB.3.2 /usr/local/BerkeleyDB.3.1 /u…
376 if test -f "$i/db3/db.h"; then
377 THIS_PREFIX=$i
378 THIS_INCLUDE=$i/include/db3/db.h
380 elif test -f "$i/include/db3/db.h"; then
381 THIS_PREFIX=$i
382 THIS_INCLUDE=$i/include/db3/db.h
384 elif test -f "$i/include/db/db3.h"; then
385 THIS_PREFIX=$i
386 THIS_INCLUDE=$i/include/db/db3.h
388 elif test -f "$i/include/db3.h"; then
389 THIS_PREFIX=$i
390 THIS_INCLUDE=$i/include/db3.h
392 elif test -f "$i/include/db.h"; then
393 THIS_PREFIX=$i
394 THIS_INCLUDE=$i/include/db.h
408 for i in $PHP_DB2 $PHP_DB2/BerkeleyDB /usr/BerkeleyDB /usr/local /usr; do
409 if test -f "$i/db2/db.h"; then
410 THIS_PREFIX=$i
411 THIS_INCLUDE=$i/db2/db.h
413 elif test -f "$i/include/db2/db.h"; then
414 THIS_PREFIX=$i
415 THIS_INCLUDE=$i/include/db2/db.h
417 elif test -f "$i/include/db/db2.h"; then
418 THIS_PREFIX=$i
419 THIS_INCLUDE=$i/include/db/db2.h
421 elif test -f "$i/include/db2.h"; then
422 THIS_PREFIX=$i
423 THIS_INCLUDE=$i/include/db2.h
425 elif test -f "$i/include/db.h"; then
426 THIS_PREFIX=$i
427 THIS_INCLUDE=$i/include/db.h
453 for i in db$THIS_VERSION/db_185.h include/db$THIS_VERSION/db_185.h include/db/db_185.h; do
454 if test -f "$THIS_PREFIX/$i"; then
455 THIS_INCLUDE=$THIS_PREFIX/$i
461 for i in $PHP_DB1 /usr/local /usr; do
462 if test -f "$i/db1/db.h"; then
463 THIS_PREFIX=$i
464 THIS_INCLUDE=$i/db1/db.h
466 elif test -f "$i/include/db1/db.h"; then
467 THIS_PREFIX=$i
468 THIS_INCLUDE=$i/include/db1/db.h
470 elif test -f "$i/include/db.h"; then
471 THIS_PREFIX=$i
472 THIS_INCLUDE=$i/include/db.h
508 for i in $PHP_DBM /usr/local /usr; do
509 if test -f "$i/include/dbm.h"; then
510 THIS_PREFIX=$i
511 THIS_INCLUDE=$i/include/dbm.h
513 elif test -f "$i/include/gdbm/dbm.h"; then
514 THIS_PREFIX=$i
515 THIS_INCLUDE=$i/include/gdbm/dbm.h
574 for i in $PHP_CDB /usr/local /usr; do
575 if test -f "$i/include/cdb.h"; then
576 THIS_PREFIX=$i
577 THIS_INCLUDE=$i/include/cdb.h