iphplapi: Include sys/protosw.h for Net/OpenBSD.

oldstable
Austin English 2009-01-20 17:42:53 -06:00 committed by Alexandre Julliard
parent 1de7f2d50c
commit 94021a1f42
4 changed files with 9 additions and 1 deletions

2
configure vendored
View File

@ -7502,6 +7502,7 @@ done
for ac_header in \
@ -7593,6 +7594,7 @@ for ac_header in \
sys/param.h \
sys/poll.h \
sys/prctl.h \
sys/protosw.h \
sys/ptrace.h \
sys/reg.h \
sys/resource.h \

View File

@ -339,6 +339,7 @@ AC_CHECK_HEADERS(\
sys/param.h \
sys/poll.h \
sys/prctl.h \
sys/protosw.h \
sys/ptrace.h \
sys/reg.h \
sys/resource.h \

View File

@ -97,7 +97,9 @@
#ifdef HAVE_NETINET_UDP_VAR_H
#include <netinet/udp_var.h>
#endif
#ifdef HAVE_SYS_PROTOSW_H
#include <sys/protosw.h>
#endif
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>
#endif

View File

@ -846,6 +846,9 @@
/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H
/* Define to 1 if you have the <sys/protosw.h> header file. */
#undef HAVE_SYS_PROTOSW_H
/* Define to 1 if you have the <sys/ptrace.h> header file. */
#undef HAVE_SYS_PTRACE_H