aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/lib/curl_config-linux.h
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-04-08 22:37:27 +0300
committershadchin <shadchin@yandex-team.ru>2022-04-08 22:37:27 +0300
commit1331b4eeb3379e6b60ee2bdec44c6394ee34be24 (patch)
tree57a80b36f47b10b54b9e4acec72661fccfafee5f /contrib/libs/curl/lib/curl_config-linux.h
parent6886c6a225f5b54d62c38bac5b53af7dcaa09fd6 (diff)
downloadydb-1331b4eeb3379e6b60ee2bdec44c6394ee34be24.tar.gz
CONTRIB-2513 Update contrib/libs/curl to 7.76.1
ref:6ca4bf15fd9dd0eb27cbc38bcd575b8251b98a4b
Diffstat (limited to 'contrib/libs/curl/lib/curl_config-linux.h')
-rw-r--r--contrib/libs/curl/lib/curl_config-linux.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/contrib/libs/curl/lib/curl_config-linux.h b/contrib/libs/curl/lib/curl_config-linux.h
index 29a4c93f25..a6fe3a3f75 100644
--- a/contrib/libs/curl/lib/curl_config-linux.h
+++ b/contrib/libs/curl/lib/curl_config-linux.h
@@ -682,9 +682,6 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
-/* Define to 1 if you have the strncasecmp function. */
-#define HAVE_STRNCASECMP 1
-
/* Define to 1 if you have the strncmpi function. */
/* #undef HAVE_STRNCMPI */
@@ -766,9 +763,6 @@
/* Define to 1 if you have the <termio.h> header file. */
#define HAVE_TERMIO_H 1
-/* Define to 1 if you have the <time.h> header file. */
-#define HAVE_TIME_H 1
-
/* Define this if time_t is unsigned */
/* #undef HAVE_TIME_T_UNSIGNED */
@@ -796,6 +790,9 @@
/* Define to 1 if you have the winber.h header file. */
/* #undef HAVE_WINBER_H */
+/* Define to 1 if you have the wincrypt.h header file. */
+/* #undef HAVE_WINCRYPT_H */
+
/* Define to 1 if you have the windows.h header file. */
/* #undef HAVE_WINDOWS_H */
@@ -910,9 +907,6 @@
/* Define to the function return type for recv. */
#define RECV_TYPE_RETV ssize_t
-/* Define as the return type of signal handlers (`int' or `void'). */
-#define RETSIGTYPE void
-
/* Define to the type qualifier of arg 5 for select. */
#define SELECT_QUAL_ARG5
@@ -982,9 +976,6 @@
/* Define to the type of arg 3 for strerror_r. */
#define STRERROR_R_TYPE_ARG3 size_t
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
/* if AmiSSL is in use */
/* #undef USE_AMISSL */
@@ -1000,8 +991,8 @@
/* if GnuTLS is enabled */
/* #undef USE_GNUTLS */
-/* if GnuTLS uses nettle as crypto backend */
-/* #undef USE_GNUTLS_NETTLE */
+/* GSASL support enabled */
+/* #undef USE_GSASL */
/* to enable HSTS */
/* #undef USE_HSTS */
@@ -1060,6 +1051,9 @@
/* if quiche is in use */
/* #undef USE_QUICHE */
+/* if rustls is enabled */
+/* #undef USE_RUSTLS */
+
/* to enable Windows native SSL/TLS support */
/* #undef USE_SCHANNEL */
@@ -1078,6 +1072,10 @@
/* Use Unix domain sockets */
#define USE_UNIX_SOCKETS 1
+/* Define to 1 if you are building a Windows target with crypto API support.
+ */
+/* #undef USE_WIN32_CRYPTO */
+
/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
/* #undef USE_WIN32_IDN */