iphplapi: Include sys/protosw.h for Net/OpenBSD.
This commit is contained in:
parent
1de7f2d50c
commit
94021a1f42
|
@ -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…
Reference in New Issue