Switch to unified view

a/src/configure b/src/configure
...
...
4006
fi
4006
fi
4007
4007
4008
done
4008
done
4009
4009
4010
4010
4011
for ac_header in sys/param.h
4012
do :
4013
  ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
4014
if test "x$ac_cv_header_sys_param_h" = xyes; then :
4015
  cat >>confdefs.h <<_ACEOF
4016
#define HAVE_SYS_PARAM_H 1
4017
_ACEOF
4018
4019
fi
4020
4021
done
4022
4023
for ac_header in bar.h
4024
do :
4025
  ac_fn_c_check_header_compile "$LINENO" "bar.h" "ac_cv_header_bar_h" "#ifdef HAVE_FOO_H
4026
# include <foo.h>
4027
#endif
4028
4029
"
4030
if test "x$ac_cv_header_bar_h" = xyes; then :
4031
  cat >>confdefs.h <<_ACEOF
4032
#define HAVE_BAR_H 1
4033
_ACEOF
4034
4035
fi
4036
4037
done
4038
4011
for ac_header in sys/mount.h sys/statfs.h sys/statvfs.h sys/vfs.h
4039
for ac_header in sys/mount.h sys/statfs.h sys/statvfs.h sys/vfs.h
4012
do :
4040
do :
4013
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4041
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4014
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4042
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_PARAM_H
4043
# include <sys/param.h>
4044
#endif
4045
4046
"
4015
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4047
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4016
  cat >>confdefs.h <<_ACEOF
4048
  cat >>confdefs.h <<_ACEOF
4017
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4049
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4018
_ACEOF
4050
_ACEOF
4019
4051