|
Lines 13885-13891
else
Link Here
|
| 13885 |
$as_echo "no" >&6; } |
13885 |
$as_echo "no" >&6; } |
| 13886 |
fi |
13886 |
fi |
| 13887 |
|
13887 |
|
| 13888 |
for ac_header in dirent.h fnmatch.h time.h sys/time.h sys/select.h |
13888 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5 |
|
|
13889 |
$as_echo_n "checking whether sys/types.h defines makedev... " >&6; } |
| 13890 |
if ${ac_cv_header_sys_types_h_makedev+:} false; then : |
| 13891 |
$as_echo_n "(cached) " >&6 |
| 13892 |
else |
| 13893 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13894 |
/* end confdefs.h. */ |
| 13895 |
#include <sys/types.h> |
| 13896 |
int |
| 13897 |
main () |
| 13898 |
{ |
| 13899 |
return makedev(0, 0); |
| 13900 |
; |
| 13901 |
return 0; |
| 13902 |
} |
| 13903 |
_ACEOF |
| 13904 |
if ac_fn_c_try_link "$LINENO"; then : |
| 13905 |
ac_cv_header_sys_types_h_makedev=yes |
| 13906 |
else |
| 13907 |
ac_cv_header_sys_types_h_makedev=no |
| 13908 |
fi |
| 13909 |
rm -f core conftest.err conftest.$ac_objext \ |
| 13910 |
conftest$ac_exeext conftest.$ac_ext |
| 13911 |
|
| 13912 |
fi |
| 13913 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5 |
| 13914 |
$as_echo "$ac_cv_header_sys_types_h_makedev" >&6; } |
| 13915 |
|
| 13916 |
if test $ac_cv_header_sys_types_h_makedev = no; then |
| 13917 |
ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default" |
| 13918 |
if test "x$ac_cv_header_sys_mkdev_h" = xyes; then : |
| 13919 |
|
| 13920 |
$as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h |
| 13921 |
|
| 13922 |
fi |
| 13923 |
|
| 13924 |
|
| 13925 |
|
| 13926 |
if test $ac_cv_header_sys_mkdev_h = no; then |
| 13927 |
ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default" |
| 13928 |
if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then : |
| 13929 |
|
| 13930 |
$as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h |
| 13931 |
|
| 13932 |
fi |
| 13933 |
|
| 13934 |
|
| 13935 |
fi |
| 13936 |
fi |
| 13937 |
|
| 13938 |
for ac_header in dirent.h fnmatch.h limits.h time.h sys/time.h sys/select.h |
| 13889 |
do : |
13939 |
do : |
| 13890 |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
13940 |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 13891 |
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
13941 |
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |