iphlpapi: Include netinet/if_inarp.h for NetBSD.

oldstable
Austin English 2009-01-22 10:44:06 -06:00 committed by Alexandre Julliard
parent bcfc2027fb
commit 337067a89d
4 changed files with 9 additions and 0 deletions

2
configure vendored
View File

@ -7926,6 +7926,7 @@ done
for ac_header in \
netinet/ip.h \
net/if.h \
@ -7934,6 +7935,7 @@ for ac_header in \
net/if_types.h \
net/route.h \
netinet/if_ether.h \
netinet/if_inarp.h \
netinet/in_pcb.h \
netinet/ip_icmp.h \
netinet/ip_var.h \

View File

@ -386,6 +386,7 @@ AC_CHECK_HEADERS(\
net/if_types.h \
net/route.h \
netinet/if_ether.h \
netinet/if_inarp.h \
netinet/in_pcb.h \
netinet/ip_icmp.h \
netinet/ip_var.h \

View File

@ -64,6 +64,9 @@
#ifdef HAVE_NETINET_IF_ETHER_H
#include <netinet/if_ether.h>
#endif
#ifdef HAVE_NETINET_IF_INARP_H
#include <netinet/if_inarp.h>
#endif
#ifdef HAVE_NETINET_IP_H
#include <netinet/ip.h>
#endif

View File

@ -456,6 +456,9 @@
/* Define to 1 if you have the <netinet/if_ether.h> header file. */
#undef HAVE_NETINET_IF_ETHER_H
/* Define to 1 if you have the <netinet/if_inarp.h> header file. */
#undef HAVE_NETINET_IF_INARP_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H