configure.in: AC_CHECK_HEADERS sys/ioctl_compat.h sgtty.h

This commit is contained in:
Darryl L. Miles 2025-07-17 20:55:50 +01:00 committed by R. Timothy Edwards
parent be6483bf4b
commit 730d327702
1 changed files with 6 additions and 0 deletions

View File

@ -183,6 +183,12 @@ AC_CHECK_HEADERS(termios.h)
dnl Check for <sys/ioctl.h>
AC_CHECK_HEADERS(sys/ioctl.h)
dnl Check for <sys/ioctl_compat.h>
AC_CHECK_HEADERS(sys/ioctl_compat.h)
dnl Check for <sgtty.h>
AC_CHECK_HEADERS(sgtty.h)
AC_STRUCT_DIRENT_D_TYPE
dnl Check for va_copy