aboutsummaryrefslogtreecommitdiffstats
path: root/lib/curl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_config.h')
-rw-r--r--lib/curl_config.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 4d80994..90a2a58 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -417,21 +417,24 @@
/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
/* #undef HAVE_LIBRTMP_RTMP_H */
+/* Define to 1 if you have the `ssh' library (-lssh). */
+/* #undef HAVE_LIBSSH */
+
/* Define to 1 if you have the `ssh2' library (-lssh2). */
/* #undef HAVE_LIBSSH2 */
/* Define to 1 if you have the <libssh2.h> header file. */
/* #undef HAVE_LIBSSH2_H */
+/* Define to 1 if you have the <libssh/libssh.h> header file. */
+/* #undef HAVE_LIBSSH_LIBSSH_H */
+
/* Define to 1 if you have the `ssl' library (-lssl). */
#define HAVE_LIBSSL 1
/* if zlib is available */
#define HAVE_LIBZ 1
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
/* Define to 1 if you have the <linux/tcp.h> header file. */
#if !defined(__APPLE__)
#define HAVE_LINUX_TCP_H 1
@@ -471,6 +474,9 @@
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
+/* Define to 1 if you have the <netinet/in6.h> header file. */
+/* #undef HAVE_NETINET_IN6_H */
+
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
@@ -934,6 +940,9 @@
/* if librtmp is in use */
/* #undef USE_LIBRTMP */
+/* if libSSH is in use */
+/* #undef USE_LIBSSH */
+
/* if libSSH2 is in use */
/* #undef USE_LIBSSH2 */