mirror of
https://github.com/nmap/nmap.git
synced 2026-02-14 17:36:33 +00:00
Use getkerninfo to get routing information on AIX.
This commit is contained in:
@@ -130,6 +130,9 @@
|
||||
/* Define if you have cooked raw IP sockets. */
|
||||
#undef HAVE_RAWIP_COOKED
|
||||
|
||||
/* Define if <sys/kinfo.h> has getkerninfo. */
|
||||
#undef HAVE_GETKERNINFO
|
||||
|
||||
/* Define if raw IP sockets require host byte ordering for ip_off, ip_len. */
|
||||
#undef HAVE_RAWIP_HOST_OFFLEN
|
||||
|
||||
|
||||
@@ -131,6 +131,9 @@
|
||||
/* Define if you have cooked raw IP sockets. */
|
||||
/* #undef HAVE_RAWIP_COOKED */
|
||||
|
||||
/* Define if <sys/kinfo.h> has getkerninfo. */
|
||||
/* #undef HAVE_GETKERNINFO */
|
||||
|
||||
/* Define if raw IP sockets require host byte ordering for ip_off, ip_len. */
|
||||
/* #undef HAVE_RAWIP_HOST_OFFLEN */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user