mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
iphplapi: Include sys/protosw.h for Net/OpenBSD.
This commit is contained in:
parent
1de7f2d50c
commit
94021a1f42
2
configure
vendored
2
configure
vendored
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user