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.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 2bc705cc..a714d635 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -191,9 +191,6 @@
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
#define HAVE_FCNTL_O_NONBLOCK 1
-/* Define to 1 if you have the fdopen function. */
-#define HAVE_FDOPEN 1
-
/* Define to 1 if you have the `fnmatch' function. */
#define HAVE_FNMATCH 1
@@ -527,6 +524,9 @@
/* Define to 1 if you have a working POSIX-style strerror_r function. */
#define HAVE_POSIX_STRERROR_R 1
+/* Define to 1 if you have the <proto/bsdsocket.h> header file. */
+/* #undef HAVE_PROTO_BSDSOCKET_H */
+
/* if you have <pthread.h> */
#define HAVE_PTHREAD_H 1
@@ -617,9 +617,6 @@
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
-/* Define to 1 if you have the <stdio.h> header file. */
-#define HAVE_STDIO_H 1
-
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@@ -767,9 +764,6 @@
/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
/* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */
-/* Define to 1 if you have the `wolfSSL_CTX_UseSupportedCurve' function. */
-/* #undef HAVE_WOLFSSL_CTX_USESUPPORTEDCURVE */
-
/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */
@@ -908,15 +902,18 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
+/* to enable alt-svc */
+/* #undef USE_ALTSVC */
+
+/* if AmiSSL is in use */
+/* #undef USE_AMISSL */
+
/* Define to enable c-ares support */
/* #undef USE_ARES */
/* if CyaSSL/WolfSSL is enabled */
/* #undef USE_CYASSL */
-/* to enable Apple OS native SSL/TLS support */
-/* #undef USE_DARWINSSL */
-
/* if GnuTLS is enabled */
/* #undef USE_GNUTLS */
@@ -965,6 +962,9 @@
/* to enable Windows native SSL/TLS support */
/* #undef USE_SCHANNEL */
+/* enable Secure Transport */
+/* #undef USE_SECTRANSP */
+
/* if you want POSIX threaded DNS lookup */
#define USE_THREADS_POSIX 1