1
0
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:
henri
2012-10-21 23:20:35 +00:00
parent 4cedcef575
commit 0d3dda36d4
11 changed files with 871 additions and 7 deletions

View File

@@ -78,4 +78,5 @@
#undef HAVE_SSL_SET_TLSEXT_HOST_NAME
#undef HAVE_EPOLL
#undef HAVE_POLL
#undef HAVE_KQUEUE

View File

@@ -97,5 +97,6 @@
#define HAVE_PCAP 1
#endif
#define HAVE_POLL 1
#endif /* NSOCK_WINCONFIG_H */
#endif /* NSOCK_WINCONFIG_H */