Changeset 4287 for zzuf/trunk/test/check-utils
- Timestamp:
- 01/21/10 02:17:09 (3 years ago)
- File:
-
- 1 edited
-
zzuf/trunk/test/check-utils (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/check-utils
r4252 r4287 14 14 . "$(dirname "$0")/functions.inc" 15 15 16 HAVE_GETLINE=$("$ZZCAT" -l | grep -q'^ getline(' && echo "y")17 HAVE_GETDELIM=$("$ZZCAT" -l | grep -q'^ getdelim(' && echo "y")18 HAVE_GETC_UNLOCKED=$("$ZZCAT" -l | grep -q'^ getc_unlocked(' && echo "y")19 HAVE_FGETC_UNLOCKED=$("$ZZCAT" -l | grep -q'^ fgetc_unlocked(' && echo "y")16 HAVE_GETLINE=$("$ZZCAT" -l | grep >/dev/null 2>&1 '^ getline(' && echo "y") 17 HAVE_GETDELIM=$("$ZZCAT" -l | grep >/dev/null 2>&1 '^ getdelim(' && echo "y") 18 HAVE_GETC_UNLOCKED=$("$ZZCAT" -l | grep >/dev/null 2>&1 '^ getc_unlocked(' && echo "y") 19 HAVE_FGETC_UNLOCKED=$("$ZZCAT" -l | grep >/dev/null 2>&1 '^ fgetc_unlocked(' && echo "y") 20 20 21 21 checkutils()
Note: See TracChangeset
for help on using the changeset viewer.
