1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +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

@@ -104,4 +104,9 @@
#define HAVE_OPENSSL 1
#define LUA_INCLUDED 1
#undef PCAP_INCLUDED
#define DNET_INCLUDED 1
#define PCRE_INCLUDED 1
#endif /* NMAP_WINCONFIG_H */