1
#ifndef LIBSSH2_CONFIG_H
2
#define LIBSSH2_CONFIG_H
7
#ifndef _CRT_SECURE_NO_DEPRECATE
8
#define _CRT_SECURE_NO_DEPRECATE 1
9
#endif /* _CRT_SECURE_NO_DEPRECATE */
16
#define HAVE_INTTYPES_H
17
#define HAVE_SYS_TIME_H
20
#define HAVE_WINSOCK2_H
21
#define HAVE_IOCTLSOCKET
25
#define snprintf _snprintf
27
#define vsnprintf _vsnprintf
29
#define strdup _strdup
30
#define strncasecmp _strnicmp
31
#define strcasecmp _stricmp
33
#define strncasecmp strnicmp
34
#define strcasecmp stricmp
37
/* Compile in zlib support */
38
#define LIBSSH2_HAVE_ZLIB 1
40
/* Enable newer diffie-hellman-group-exchange-sha1 syntax */
41
#define LIBSSH2_DH_GEX_NEW 1
43
#endif /* LIBSSH2_CONFIG_H */