configure: Fix <netinet/in_pcb.h> detection on OpenBSD.

This commit is contained in:
Austin English 2009-01-26 23:34:42 -06:00 committed by Alexandre Julliard
parent f49a8a6242
commit bb3f25848f
2 changed files with 6 additions and 0 deletions

3
configure vendored
View File

@ -7962,6 +7962,9 @@ cat >>conftest.$ac_ext <<_ACEOF
#ifdef HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#ifdef HAVE_NET_ROUTE_H
# include <net/route.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif

View File

@ -399,6 +399,9 @@ AC_CHECK_HEADERS(\
#ifdef HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#ifdef HAVE_NET_ROUTE_H
# include <net/route.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif