Merge pull request #610 from ejohnstown/type-sizes

Configure Type Checking
pull/611/head
David Garske 2023-10-24 16:13:43 -07:00 committed by GitHub
commit a387aaf50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ AC_PROG_INSTALL
AC_CHECK_SIZEOF([long long])
AC_CHECK_SIZEOF([long])
AC_CHECK_SIZEOF([off_t])
AC_CHECK_TYPES([__uint128_t])
AC_TYPE_SIZE_T
AC_TYPE_UINT8_T
AC_TYPE_UINTPTR_T
# Check headers/libs
AC_CHECK_HEADERS([sys/select.h sys/time.h sys/ioctl.h pty.h util.h termios.h])