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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user