iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.

oldstable
Austin English 2009-01-21 21:59:11 -06:00 committed by Alexandre Julliard
parent 0b98f45bf0
commit 8b1959134e
4 changed files with 9 additions and 0 deletions

2
configure vendored
View File

@ -7503,6 +7503,7 @@ done
for ac_header in \
@ -7609,6 +7610,7 @@ for ac_header in \
sys/strtio.h \
sys/syscall.h \
sys/time.h \
sys/timeout.h \
sys/times.h \
sys/uio.h \
sys/un.h \

View File

@ -354,6 +354,7 @@ AC_CHECK_HEADERS(\
sys/strtio.h \
sys/syscall.h \
sys/time.h \
sys/timeout.h \
sys/times.h \
sys/uio.h \
sys/un.h \

View File

@ -37,6 +37,9 @@
#ifdef HAVE_SYS_SOCKETVAR_H
#include <sys/socketvar.h>
#endif
#ifdef HAVE_SYS_TIMEOUT_H
#include <sys/timeout.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif

View File

@ -900,6 +900,9 @@
/* Define to 1 if you have the <sys/thr.h> header file. */
#undef HAVE_SYS_THR_H
/* Define to 1 if you have the <sys/timeout.h> header file. */
#undef HAVE_SYS_TIMEOUT_H
/* Define to 1 if you have the <sys/times.h> header file. */
#undef HAVE_SYS_TIMES_H