mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix Nsock's make check: wrong value tested
This commit is contained in:
parent
85bb2d388d
commit
2b9fade75b
9 changed files with 6 additions and 77 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue