Lines Matching refs:OFF
76 option(CURL_STATICLIB "Set to ON to build libcurl with static linking." OFF)
77 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
82 OFF)
84 option(ENABLE_THREADED_RESOLVER "Set to ON to enable POSIX threaded DNS lookup" OFF)
86 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
87 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
118 option(BUILD_RELEASE_DEBUG_DIRS "Set OFF to build each configuration to a separate directory" OFF)
124 …ion(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
126 option(CURL_DISABLE_FTP "disables FTP" OFF)
128 option(CURL_DISABLE_LDAP "disables LDAP" OFF)
130 option(CURL_DISABLE_TELNET "disables Telnet" OFF)
132 option(CURL_DISABLE_DICT "disables DICT" OFF)
134 option(CURL_DISABLE_FILE "disables FILE" OFF)
136 option(CURL_DISABLE_TFTP "disables TFTP" OFF)
138 option(CURL_DISABLE_HTTP "disables HTTP" OFF)
141 option(CURL_DISABLE_LDAPS "to disable LDAPS" OFF)
144 option(CURL_DISABLE_RTSP "to disable RTSP" OFF)
146 option(CURL_DISABLE_PROXY "to disable proxy" OFF)
148 option(CURL_DISABLE_POP3 "to disable POP3" OFF)
150 option(CURL_DISABLE_IMAP "to disable IMAP" OFF)
152 option(CURL_DISABLE_SMTP "to disable SMTP" OFF)
154 option(CURL_DISABLE_GOPHER "to disable Gopher" OFF)
172 option(CURL_DISABLE_COOKIES "to disable cookies support" OFF)
175 option(CURL_DISABLE_CRYPTO_AUTH "to disable cryptographic authentication" OFF)
177 option(CURL_DISABLE_VERBOSE_STRINGS "to disable verbose strings" OFF)
179 …ion(DISABLED_THREADSAFE "Set to explicitly specify we don't want to use thread-safe functions" OFF)
192 set(ENABLE_IPV6 OFF
294 set(OPENSSL_DEFAULT OFF)
304 "NOT CMAKE_USE_OPENSSL" OFF)
308 set(USE_OPENSSL OFF)
309 set(HAVE_LIBCRYPTO OFF)
310 set(HAVE_LIBSSL OFF)
335 option(USE_NGHTTP2 "Use Nghttp2 library" OFF)
348 set(USE_WIN32_LDAP OFF)
353 option(CMAKE_USE_OPENLDAP "Use OpenLDAP code." OFF)
429 set(NEED_LBER_H OFF)
458 set(HAVE_LIBZ OFF)
459 set(HAVE_ZLIB_H OFF)
460 set(HAVE_ZLIB OFF)
476 set(USE_LIBSSH2 OFF)
477 set(HAVE_LIBSSH2 OFF)
478 set(HAVE_LIBSSH2_H OFF)
507 …_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)