mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add config.h entries for PCAP_NETMASK_UNKNOWN
This commit is contained in:
parent
8107625fbb
commit
53f7a37b7d
2 changed files with 3 additions and 0 deletions
|
|
@ -237,5 +237,6 @@ extern "C" int gethostname (char *, unsigned int);
|
|||
#undef MACOSX
|
||||
|
||||
#undef HAVE_IPV6_IPPROTO_RAW
|
||||
#undef PCAP_NETMASK_UNKNOWN
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
|
|
|||
|
|
@ -85,3 +85,5 @@
|
|||
#undef HAVE_EPOLL
|
||||
#undef HAVE_POLL
|
||||
#undef HAVE_KQUEUE
|
||||
|
||||
#undef PCAP_NETMASK_UNKNOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue