Lines Matching refs:OFF
72 option(CURL_WERROR "Turn compiler warnings into errors" OFF)
76 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
78 option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF)
79 …option(ENABLE_INET_PTON "Set to OFF to prevent usage of inet_pton when building against modern SDK…
80 option(ENABLE_UNICODE "Set to ON to use the Unicode version of the Windows API functions" OFF)
101 option(CURL_LTO "Turn on compiler Link Time Optimizations" OFF)
105 OFF)
107 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
108 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
159 …ion(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
161 option(CURL_DISABLE_FTP "disables FTP" OFF)
163 option(CURL_DISABLE_LDAP "disables LDAP" OFF)
165 option(CURL_DISABLE_TELNET "disables Telnet" OFF)
167 option(CURL_DISABLE_DICT "disables DICT" OFF)
169 option(CURL_DISABLE_FILE "disables FILE" OFF)
171 option(CURL_DISABLE_TFTP "disables TFTP" OFF)
173 option(CURL_DISABLE_HTTP "disables HTTP" OFF)
176 option(CURL_DISABLE_LDAPS "to disable LDAPS" OFF)
179 option(CURL_DISABLE_RTSP "to disable RTSP" OFF)
181 option(CURL_DISABLE_PROXY "to disable proxy" OFF)
183 option(CURL_DISABLE_POP3 "to disable POP3" OFF)
185 option(CURL_DISABLE_IMAP "to disable IMAP" OFF)
187 option(CURL_DISABLE_SMTP "to disable SMTP" OFF)
189 option(CURL_DISABLE_GOPHER "to disable Gopher" OFF)
191 option(CURL_DISABLE_MQTT "to disable MQTT" OFF)
214 option(CURL_DISABLE_ALTSVC "to disable alt-svc support" OFF)
216 option(CURL_DISABLE_HSTS "to disable HSTS support" OFF)
218 option(CURL_DISABLE_COOKIES "to disable cookies support" OFF)
220 option(CURL_DISABLE_CRYPTO_AUTH "to disable cryptographic authentication" OFF)
222 option(CURL_DISABLE_NTLM "to disable NTLM support" OFF)
224 option(CURL_DISABLE_VERBOSE_STRINGS "to disable verbose strings" OFF)
237 set(ENABLE_IPV6 OFF
243 …MANUAL is set, so we can prevent the warning of no *NROFF if USE_MANUAL is OFF (or not defined), b…
250 OFF)
329 option(CMAKE_USE_SECTRANSP "enable Apple OS native SSL/TLS" OFF)
332 option(CMAKE_USE_SCHANNEL "enable Windows native SSL/TLS" OFF)
334 CMAKE_USE_SCHANNEL OFF)
336 option(CMAKE_USE_MBEDTLS "Enable mbedTLS for SSL/TLS" OFF)
337 option(CMAKE_USE_BEARSSL "Enable BearSSL for SSL/TLS" OFF)
338 option(CMAKE_USE_NSS "Enable NSS for SSL/TLS" OFF)
339 option(CMAKE_USE_WOLFSSL "enable wolfSSL for SSL/TLS" OFF)
343 set(openssl_default OFF)
346 …ion(CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG "Disable automatic loading of OpenSSL configuration" OFF)
465 option(USE_NGHTTP2 "Use Nghttp2 library" OFF)
484 option(USE_NGTCP2 "Use ngtcp2 and nghttp3 libraries for HTTP/3 support" OFF)
505 option(USE_QUICHE "Use quiche library for HTTP/3 support" OFF)
528 set(USE_WIN32_LDAP OFF)
533 option(CMAKE_USE_OPENLDAP "Use OpenLDAP code." OFF)
610 set(NEED_LBER_H OFF)
633 set(HAVE_LIBIDN2 OFF)
639 option(USE_WIN32_IDN "Use WinIDN for IDN support" OFF)
649 set(HAVE_LIBZ OFF)
650 set(HAVE_ZLIB_H OFF)
651 set(USE_ZLIB OFF)
670 option(CURL_BROTLI "Set to ON to enable building curl with brotli support." OFF)
671 set(HAVE_BROTLI OFF)
682 option(CURL_ZSTD "Set to ON to enable building curl with zstd support." OFF)
683 set(HAVE_ZSTD OFF)
701 set(USE_LIBSSH2 OFF)
702 set(HAVE_LIBSSH2 OFF)
703 set(HAVE_LIBSSH2_H OFF)
724 option(CMAKE_USE_LIBSSH "Use libSSH" OFF)
737 …_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)
816 set(CURL_CA_FALLBACK OFF CACHE BOOL
817 "Set ON to use built-in CA store of TLS backend. Defaults to OFF")
1335 OFF)