1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fixes to configure for libssh2+libz

This commit is contained in:
dmiller
2017-07-31 16:56:48 +00:00
parent 3a6bef5e23
commit 011ebd731b
6 changed files with 323 additions and 361 deletions

View File

@@ -144,6 +144,8 @@
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
#define HAVE_LIBSSH2 1
#define HAVE_LIBZ 1
/* Since MSVC 2010, stdint.h is included as part of C99 compatibility */
#define HAVE_STDINT_H 1
@@ -151,6 +153,8 @@
#undef PCAP_INCLUDED
#define DNET_INCLUDED 1
#define PCRE_INCLUDED 1
#define LIBSSH2_INCLUDED 1
#define ZLIB_INCLUDED 1
#endif /* NMAP_WINCONFIG_H */