configure: autoconf regen (2.69) AC_CHECK_HEADERS sys/ioctl_compat.h sgtty.h

This commit is contained in:
Darryl L. Miles 2025-07-17 20:56:28 +01:00 committed by R. Timothy Edwards
parent 730d327702
commit 92b4d6a1f7
1 changed files with 26 additions and 0 deletions

26
scripts/configure vendored
View File

@ -5706,6 +5706,32 @@ fi
done
for ac_header in sys/ioctl_compat.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "sys/ioctl_compat.h" "ac_cv_header_sys_ioctl_compat_h" "$ac_includes_default"
if test "x$ac_cv_header_sys_ioctl_compat_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_SYS_IOCTL_COMPAT_H 1
_ACEOF
fi
done
for ac_header in sgtty.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "sgtty.h" "ac_cv_header_sgtty_h" "$ac_includes_default"
if test "x$ac_cv_header_sgtty_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_SGTTY_H 1
_ACEOF
fi
done
ac_header_dirent=no
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`