Skip to content

Commit 927bda7

Browse files
committed
configure: add some more checks suggested by autoscan
Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent 130ca47 commit 927bda7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.ac

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ AC_SYS_LARGEFILE
1515
AC_CHECK_LIB([readline], [readline])
1616

1717
# Checks for header files.
18-
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])
18+
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])
19+
AC_CHECK_HEADER_STDBOOL
1920

2021
# Checks for typedefs, structures, and compiler characteristics.
2122
AC_TYPE_SIZE_T
2223
AC_TYPE_UINT16_T
2324
AC_TYPE_UINT32_T
2425
AC_TYPE_UINT8_T
26+
AC_TYPE_SSIZE_T
2527

2628
# Checks for library functions.
2729
AC_FUNC_MALLOC

0 commit comments

Comments
 (0)