From 927bda7d68dd73ce8437e548a9eea7ceb7fa12aa Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 11 Feb 2022 09:00:24 +0100 Subject: configure: add some more checks suggested by autoscan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 463f482..3af0b36 100644 --- a/configure.ac +++ b/configure.ac @@ -15,13 +15,15 @@ AC_SYS_LARGEFILE AC_CHECK_LIB([readline], [readline]) # Checks for header files. -AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h]) +AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/file.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h]) +AC_CHECK_HEADER_STDBOOL # Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T AC_TYPE_UINT16_T AC_TYPE_UINT32_T AC_TYPE_UINT8_T +AC_TYPE_SSIZE_T # Checks for library functions. AC_FUNC_MALLOC -- cgit v1.2.3