check for sys/time.h

This commit is contained in:
Guenter Knauf 2007-04-12 22:00:55 +00:00
parent 6dfb2e3009
commit 93e36271a6

View File

@ -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.