check for sys/time.h
This commit is contained in:
parent
6dfb2e3009
commit
93e36271a6
@ -225,8 +225,8 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
|
||||
|
||||
# Checks for header files.
|
||||
# AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([errno.h fcntl.h stdio.h stdlib.h unistd.h])
|
||||
AC_CHECK_HEADERS([sys/uio.h sys/select.h sys/socket.h sys/ioctl.h])
|
||||
AC_CHECK_HEADERS([errno.h fcntl.h stdio.h stdlib.h unistd.h sys/uio.h])
|
||||
AC_CHECK_HEADERS([sys/select.h sys/socket.h sys/ioctl.h sys/time.h])
|
||||
AC_CHECK_FUNCS(poll gettimeofday select)
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
Loading…
x
Reference in New Issue
Block a user