ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/configure
(Generate patch)

Comparing IO-AIO/configure (file contents):
Revision 1.25 by root, Tue Aug 14 11:44:52 2018 UTC vs.
Revision 1.26 by root, Tue Aug 14 11:50:43 2018 UTC

4385fi 4385fi
4386 4386
4387done 4387done
4388 4388
4389 4389
4390for ac_header in sys/prctl.h sys/sysmacros.h 4390for ac_header in sys/sysmacros.h
4391do : 4391do :
4392 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4393ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 4392 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
4394if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 4393if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
4395 cat >>confdefs.h <<_ACEOF 4394 cat >>confdefs.h <<_ACEOF
4396#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4395#define HAVE_SYS_SYSMACROS_H 1
4396_ACEOF
4397
4398fi
4399
4400done
4401
4402
4403for ac_header in sys/mkdev.h
4404do :
4405 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
4406if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
4407 cat >>confdefs.h <<_ACEOF
4408#define HAVE_SYS_MKDEV_H 1
4397_ACEOF 4409_ACEOF
4398 4410
4399fi 4411fi
4400 4412
4401done 4413done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines