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.h30
1 files changed, 27 insertions, 3 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 6ba8faca..7da71f1c 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -10,6 +10,9 @@
/* Location of default ca path */
#define CURL_CA_PATH "/system/etc/security/cacerts"
+/* Default SSL backend */
+/* #undef CURL_DEFAULT_SSL_BACKEND */
+
/* to disable cookies support */
/* #undef CURL_DISABLE_COOKIES */
@@ -73,6 +76,9 @@
/* Definition to make a library symbol externally visible. */
#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
+/* built with multiple SSL backends */
+/* #undef CURL_WITH_MULTI_SSL */
+
/* your Entropy Gathering Daemon socket pathname */
/* #undef EGD_SOCKET */
@@ -127,6 +133,15 @@
/* Define to 1 if using BoringSSL. */
#define HAVE_BORINGSSL 1
+/* 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. */
#if !defined(__APPLE__)
/* CLOCK_MONOTONIC is not defined in mac when building for the host. */
@@ -387,6 +402,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. */
#define HAVE_LIBGEN_H 1
@@ -414,6 +432,9 @@
/* 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. */
+#define HAVE_LINUX_TCP_H 1
+
/* if your compiler supports LL */
#define HAVE_LL 1
@@ -426,6 +447,9 @@
/* Define to 1 if the compiler supports the 'long long' data type. */
#define HAVE_LONGLONG 1
+/* 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. */
#define HAVE_MALLOC_H 1
@@ -476,9 +500,6 @@
/* Define to 1 if you have the <openssl/pem.h> header file. */
#define HAVE_OPENSSL_PEM_H 1
-/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
-#define HAVE_OPENSSL_PKCS12_H 1
-
/* Define to 1 if you have the <openssl/rsa.h> header file. */
#define HAVE_OPENSSL_RSA_H 1
@@ -869,6 +890,9 @@
/* Define to the function return type for send. */
#define SEND_TYPE_RETV ssize_t
+/* The size of `curl_off_t', as computed by sizeof. */
+#define SIZEOF_CURL_OFF_T 8
+
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4