mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
Show which libraries are the ones included with Nmap and which are from
the system by prefixing "nmap-" to the former in -V output. Patch by Ambarisha B. Hard-code the included/non-included libraries in nmap_winconfig.h:
This commit is contained in:
@@ -178,6 +178,12 @@ extern "C" int gethostname (char *, unsigned int);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Used for -V. */
|
||||
#undef LUA_INCLUDED
|
||||
#undef PCAP_INCLUDED
|
||||
#undef DNET_INCLUDED
|
||||
#undef PCRE_INCLUDED
|
||||
|
||||
#undef DEC
|
||||
#undef LINUX
|
||||
#undef FREEBSD
|
||||
|
||||
Reference in New Issue
Block a user