Lines Matching refs:i

107   for i in $PHP_QDBM /usr/local /usr; do
108 if test -f "$i/include/depot.h"; then
109 THIS_PREFIX=$i
110 THIS_INCLUDE=$i/include/depot.h
140 for i in $PHP_GDBM /usr/local /usr; do
141 if test -f "$i/include/gdbm.h"; then
142 THIS_PREFIX=$i
143 THIS_INCLUDE=$i/include/gdbm.h
165 for i in $PHP_NDBM /usr/local /usr; do
166 if test -f "$i/include/ndbm.h"; then
167 THIS_PREFIX=$i
168 THIS_INCLUDE=$i/include/ndbm.h
170 elif test -f "$i/include/db1/ndbm.h"; then
171 THIS_PREFIX=$i
172 THIS_INCLUDE=$i/include/db1/ndbm.h
279 …for i in $PHP_DB4 ${dbdp5}1 ${dbdp5}0 ${dbdp4}8 ${dbdp4}7 ${dbdp4}6 ${dbdp4}5 ${dbdp4}4 ${dbdp4}3 …
280 if test -f "$i/db5/db.h"; then
281 THIS_PREFIX=$i
282 THIS_INCLUDE=$i/db5/db.h
284 elif test -f "$i/db4/db.h"; then
285 THIS_PREFIX=$i
286 THIS_INCLUDE=$i/db4/db.h
288 elif test -f "$i/include/db5.1/db.h"; then
289 THIS_PREFIX=$i
290 THIS_INCLUDE=$i/include/db5.1/db.h
292 elif test -f "$i/include/db5.0/db.h"; then
293 THIS_PREFIX=$i
294 THIS_INCLUDE=$i/include/db5.0/db.h
296 elif test -f "$i/include/db4.8/db.h"; then
297 THIS_PREFIX=$i
298 THIS_INCLUDE=$i/include/db4.8/db.h
300 elif test -f "$i/include/db4.7/db.h"; then
301 THIS_PREFIX=$i
302 THIS_INCLUDE=$i/include/db4.7/db.h
304 elif test -f "$i/include/db4.6/db.h"; then
305 THIS_PREFIX=$i
306 THIS_INCLUDE=$i/include/db4.6/db.h
308 elif test -f "$i/include/db4.5/db.h"; then
309 THIS_PREFIX=$i
310 THIS_INCLUDE=$i/include/db4.5/db.h
312 elif test -f "$i/include/db4/db.h"; then
313 THIS_PREFIX=$i
314 THIS_INCLUDE=$i/include/db4/db.h
316 elif test -f "$i/include/db/db4.h"; then
317 THIS_PREFIX=$i
318 THIS_INCLUDE=$i/include/db/db4.h
320 elif test -f "$i/include/db4.h"; then
321 THIS_PREFIX=$i
322 THIS_INCLUDE=$i/include/db4.h
324 elif test -f "$i/include/db.h"; then
325 THIS_PREFIX=$i
326 THIS_INCLUDE=$i/include/db.h
340 …for i in $PHP_DB3 /usr/local/BerkeleyDB.3.3 /usr/local/BerkeleyDB.3.2 /usr/local/BerkeleyDB.3.1 /u…
341 if test -f "$i/db3/db.h"; then
342 THIS_PREFIX=$i
343 THIS_INCLUDE=$i/include/db3/db.h
345 elif test -f "$i/include/db3/db.h"; then
346 THIS_PREFIX=$i
347 THIS_INCLUDE=$i/include/db3/db.h
349 elif test -f "$i/include/db/db3.h"; then
350 THIS_PREFIX=$i
351 THIS_INCLUDE=$i/include/db/db3.h
353 elif test -f "$i/include/db3.h"; then
354 THIS_PREFIX=$i
355 THIS_INCLUDE=$i/include/db3.h
357 elif test -f "$i/include/db.h"; then
358 THIS_PREFIX=$i
359 THIS_INCLUDE=$i/include/db.h
373 for i in $PHP_DB2 $PHP_DB2/BerkeleyDB /usr/BerkeleyDB /usr/local /usr; do
374 if test -f "$i/db2/db.h"; then
375 THIS_PREFIX=$i
376 THIS_INCLUDE=$i/db2/db.h
378 elif test -f "$i/include/db2/db.h"; then
379 THIS_PREFIX=$i
380 THIS_INCLUDE=$i/include/db2/db.h
382 elif test -f "$i/include/db/db2.h"; then
383 THIS_PREFIX=$i
384 THIS_INCLUDE=$i/include/db/db2.h
386 elif test -f "$i/include/db2.h"; then
387 THIS_PREFIX=$i
388 THIS_INCLUDE=$i/include/db2.h
390 elif test -f "$i/include/db.h"; then
391 THIS_PREFIX=$i
392 THIS_INCLUDE=$i/include/db.h
418 for i in db$THIS_VERSION/db_185.h include/db$THIS_VERSION/db_185.h include/db/db_185.h; do
419 if test -f "$THIS_PREFIX/$i"; then
420 THIS_INCLUDE=$THIS_PREFIX/$i
426 for i in $PHP_DB1 /usr/local /usr; do
427 if test -f "$i/db1/db.h"; then
428 THIS_PREFIX=$i
429 THIS_INCLUDE=$i/db1/db.h
431 elif test -f "$i/include/db1/db.h"; then
432 THIS_PREFIX=$i
433 THIS_INCLUDE=$i/include/db1/db.h
435 elif test -f "$i/include/db.h"; then
436 THIS_PREFIX=$i
437 THIS_INCLUDE=$i/include/db.h
473 for i in $PHP_DBM /usr/local /usr; do
474 if test -f "$i/include/dbm.h"; then
475 THIS_PREFIX=$i
476 THIS_INCLUDE=$i/include/dbm.h
478 elif test -f "$i/include/gdbm/dbm.h"; then
479 THIS_PREFIX=$i
480 THIS_INCLUDE=$i/include/gdbm/dbm.h
539 for i in $PHP_CDB /usr/local /usr; do
540 if test -f "$i/include/cdb.h"; then
541 THIS_PREFIX=$i
542 THIS_INCLUDE=$i/include/cdb.h