Changeset 3979 for zzuf/trunk/test
- Timestamp:
- Nov 20, 2009, 6:38:00 PM (11 years ago)
- Location:
- zzuf/trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/check-build
r3976 r3979 4 4 5 5 config_h_in=$(dirname "$0")/../config.h.in 6 win32_config_h=$(dirname "$0")/../win32/config.h6 msvc_config_h=$(dirname "$0")/../msvc/config.h 7 7 8 8 for key in $(sed -ne 's/.*#undef *\([A-Za-z0-9_]*\).*/\1/p' "$config_h_in"); 9 9 do 10 if ! grep '[ef] \<'"$key"'\>' "$ win32_config_h" >/dev/null 2>&1; then11 echo "error: $key missing from win32/config.h"10 if ! grep '[ef] \<'"$key"'\>' "$msvc_config_h" >/dev/null 2>&1; then 11 echo "error: $key missing from msvc/config.h" 12 12 failure=1 13 13 fi -
zzuf/trunk/test/zznop.c
r3971 r3979 16 16 17 17 #include <stdio.h> 18 #include <stdlib.h> 18 19 19 20 #if defined HAVE_WINDOWS_H
Note: See TracChangeset
for help on using the changeset viewer.