configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
This commit is contained in:
parent
a609fee43a
commit
ffd78b153b
|
@ -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
|
||||
|
|
|
@ -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],,,
|
||||
|
|
Loading…
Reference in New Issue