1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

Check for <netinet/in6_var.h>.

This contains the SIOCGIFNETMASK6 ioctl definition on AIX.
This commit is contained in:
david
2011-09-28 06:55:47 +00:00
parent 872c088481
commit 31f12a071c
3 changed files with 15 additions and 8 deletions

View File

@@ -82,6 +82,9 @@
/* Define to 1 if you have the <netinet/in_var.h> header file. */
#undef HAVE_NETINET_IN_VAR_H
/* Define to 1 if you have the <netinet/in6_var.h> header file. */
#undef HAVE_NETINET_IN6_VAR_H
/* Define to 1 if you have the <netinet/ip_compat.h> header file. */
#undef HAVE_NETINET_IP_COMPAT_H