mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Fix Nsock's make check: wrong value tested
This commit is contained in:
@@ -85,5 +85,3 @@
|
||||
#undef HAVE_EPOLL
|
||||
#undef HAVE_POLL
|
||||
#undef HAVE_KQUEUE
|
||||
|
||||
#undef PCAP_NETMASK_UNKNOWN
|
||||
|
||||
@@ -95,8 +95,6 @@
|
||||
|
||||
#ifndef DISABLE_NSOCK_PCAP
|
||||
#define HAVE_PCAP 1
|
||||
/* WinPCAP doesn't have this */
|
||||
#define PCAP_NETMASK_UNKNOWN 0
|
||||
#endif
|
||||
|
||||
/* WSAPoll() isn't available before Vista */
|
||||
|
||||
Reference in New Issue
Block a user