aboutsummaryrefslogtreecommitdiffstats
path: root/lib/curl_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_config.h.in')
-rw-r--r--lib/curl_config.h.in33
1 files changed, 27 insertions, 6 deletions
diff --git a/lib/curl_config.h.in b/lib/curl_config.h.in
index a8edda5..3a3368b 100644
--- a/lib/curl_config.h.in
+++ b/lib/curl_config.h.in
@@ -9,6 +9,9 @@
/* Location of default ca path */
#undef CURL_CA_PATH
+/* Default SSL backend */
+#undef CURL_DEFAULT_SSL_BACKEND
+
/* to disable cookies support */
#undef CURL_DISABLE_COOKIES
@@ -72,6 +75,9 @@
/* Definition to make a library symbol externally visible. */
#undef CURL_EXTERN_SYMBOL
+/* built with multiple SSL backends */
+#undef CURL_WITH_MULTI_SSL
+
/* your Entropy Gathering Daemon socket pathname */
#undef EGD_SOCKET
@@ -126,6 +132,15 @@
/* Define to 1 if using BoringSSL. */
#undef HAVE_BORINGSSL
+/* if BROTLI is in use */
+#undef HAVE_BROTLI
+
+/* Define to 1 if you have the <brotli/decode.h> header file. */
+#undef HAVE_BROTLI_DECODE_H
+
+/* Define to 1 if you have the __builtin_available function. */
+#undef HAVE_BUILTIN_AVAILABLE
+
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
#undef HAVE_CLOCK_GETTIME_MONOTONIC
@@ -383,6 +398,9 @@
/* Define to 1 if you have the `ldap_url_parse' function. */
#undef HAVE_LDAP_URL_PARSE
+/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
+#undef HAVE_LIBBROTLIDEC
+
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
@@ -410,6 +428,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <linux/tcp.h> header file. */
+#undef HAVE_LINUX_TCP_H
+
/* if your compiler supports LL */
#undef HAVE_LL
@@ -422,6 +443,9 @@
/* Define to 1 if the compiler supports the 'long long' data type. */
#undef HAVE_LONGLONG
+/* Define to 1 if you have the `mach_absolute_time' function. */
+#undef HAVE_MACH_ABSOLUTE_TIME
+
/* Define to 1 if you have the malloc.h header file. */
#undef HAVE_MALLOC_H
@@ -468,9 +492,6 @@
/* Define to 1 if you have the <openssl/pem.h> header file. */
#undef HAVE_OPENSSL_PEM_H
-/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
-#undef HAVE_OPENSSL_PKCS12_H
-
/* Define to 1 if you have the <openssl/rsa.h> header file. */
#undef HAVE_OPENSSL_RSA_H
@@ -864,6 +885,9 @@
/* Define to the function return type for send. */
#undef SEND_TYPE_RETV
+/* The size of `curl_off_t', as computed by sizeof. */
+#undef SIZEOF_CURL_OFF_T
+
/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
@@ -885,9 +909,6 @@
/* The size of `time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T
-/* The size of `void*', as computed by sizeof. */
-#undef SIZEOF_VOIDP
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS