mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Added new poll and kqueue/kevent nsock engines.
poll should be available almost everywhere. kqueue/kevent are available on BSD systems (including MacOS).
This commit is contained in:
@@ -78,4 +78,5 @@
|
||||
#undef HAVE_SSL_SET_TLSEXT_HOST_NAME
|
||||
|
||||
#undef HAVE_EPOLL
|
||||
|
||||
#undef HAVE_POLL
|
||||
#undef HAVE_KQUEUE
|
||||
|
||||
@@ -97,5 +97,6 @@
|
||||
#define HAVE_PCAP 1
|
||||
#endif
|
||||
|
||||
#define HAVE_POLL 1
|
||||
|
||||
#endif /* NSOCK_WINCONFIG_H */
|
||||
#endif /* NSOCK_WINCONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user