1
0
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:
david
2011-02-24 21:06:59 +00:00
parent 61543b681e
commit c4cda67b99
5 changed files with 35 additions and 2 deletions

View File

@@ -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