1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Check for sys/sockio.h in configure and include sys/sockio.h in tcpip.cc. This is where SIOCGIFCONF is on Solaris 9.

This commit is contained in:
david
2007-11-11 19:34:19 +00:00
parent fce25930e5
commit 21ee718329
3 changed files with 7 additions and 2 deletions

View File

@@ -117,6 +117,10 @@
#include <sys/resource.h>
#endif
#if HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#if HAVE_UNISTD_H
/* #include <sys/unistd.h> */
#include <unistd.h>