configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.

oldstable
Ken Thomases 2007-10-19 16:18:27 -05:00 committed by Alexandre Julliard
parent a609fee43a
commit ffd78b153b
2 changed files with 6 additions and 0 deletions

3
configure vendored
View File

@ -7169,6 +7169,9 @@ cat >>conftest.$ac_ext <<_ACEOF
#if HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#include <$ac_header>
_ACEOF

View File

@ -284,6 +284,9 @@ AC_CHECK_HEADERS([netinet/in_pcb.h netinet/ip_var.h net/if.h net/if_arp.h net/if
#endif
#if HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif])
AC_CHECK_HEADERS([netinet/tcp_var.h],,,