summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/curl_config.h.in
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-09-16 22:53:10 +0300
committerdartraiden <wowemuh@gmail.com>2023-09-16 22:53:10 +0300
commit47346b568cae68439c3d39f06f8c4ab14911475d (patch)
tree617c91959e8c606a315a1aaaf13a38f5b7333e9a /libs/libcurl/src/curl_config.h.in
parentcb1787afbb67184321f206f13f836b63cd06740a (diff)
libcurl: update to 8.3.0
Diffstat (limited to 'libs/libcurl/src/curl_config.h.in')
-rw-r--r--libs/libcurl/src/curl_config.h.in42
1 files changed, 24 insertions, 18 deletions
diff --git a/libs/libcurl/src/curl_config.h.in b/libs/libcurl/src/curl_config.h.in
index 6600a64fe3..d7b28336e8 100644
--- a/libs/libcurl/src/curl_config.h.in
+++ b/libs/libcurl/src/curl_config.h.in
@@ -18,21 +18,36 @@
/* disable alt-svc */
#undef CURL_DISABLE_ALTSVC
+/* to disable AWS sig support */
+#undef CURL_DISABLE_AWS
+
+/* to disable basic authentication */
+#undef CURL_DISABLE_BASIC_AUTH
+
+/* to disable bearer authentication */
+#undef CURL_DISABLE_BEARER_AUTH
+
+/* disable local binding support */
+#undef CURL_DISABLE_BINDLOCAL
+
/* to disable cookies support */
#undef CURL_DISABLE_COOKIES
-/* to disable cryptographic authentication */
-#undef CURL_DISABLE_CRYPTO_AUTH
-
/* to disable DICT */
#undef CURL_DISABLE_DICT
+/* to disable digest authentication */
+#undef CURL_DISABLE_DIGEST_AUTH
+
/* disable DoH */
#undef CURL_DISABLE_DOH
/* to disable FILE */
#undef CURL_DISABLE_FILE
+/* disable form API */
+#undef CURL_DISABLE_FORM_API
+
/* to disable FTP */
#undef CURL_DISABLE_FTP
@@ -57,6 +72,9 @@
/* to disable IMAP */
#undef CURL_DISABLE_IMAP
+/* to disable kerberos authentication */
+#undef CURL_DISABLE_KERBEROS_AUTH
+
/* to disable LDAP */
#undef CURL_DISABLE_LDAP
@@ -72,6 +90,9 @@
/* to disable MQTT */
#undef CURL_DISABLE_MQTT
+/* to disable negotiate authentication */
+#undef CURL_DISABLE_NEGOTIATE_AUTH
+
/* disable netrc parsing */
#undef CURL_DISABLE_NETRC
@@ -129,9 +150,6 @@
/* enable debug build options */
#undef DEBUGBUILD
-/* your Entropy Gathering Daemon socket pathname */
-#undef EGD_SOCKET
-
/* Define if you want to enable IPv6 support */
#undef ENABLE_IPV6
@@ -497,9 +515,6 @@
/* Define to 1 if you have the `pipe' function. */
#undef HAVE_PIPE
-/* if you have the PK11_CreateManagedGenericObject function */
-#undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT
-
/* If you have a fine poll */
#undef HAVE_POLL_FINE
@@ -524,9 +539,6 @@
/* Define to 1 if you have the <quiche.h> header file. */
#undef HAVE_QUICHE_H
-/* Define to 1 if you have the `RAND_egd' function. */
-#undef HAVE_RAND_EGD
-
/* Define to 1 if you have the recv function. */
#undef HAVE_RECV
@@ -722,9 +734,6 @@
/* Define to 1 if compiler supports old gcc variadic macro style. */
#undef HAVE_VARIADIC_MACROS_GCC
-/* 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
@@ -895,9 +904,6 @@
/* if ngtcp2_crypto_wolfssl is in use */
#undef USE_NGTCP2_CRYPTO_WOLFSSL
-/* if NSS is enabled */
-#undef USE_NSS
-
/* Use OpenLDAP-specific code */
#undef USE_OPENLDAP