Home
last modified time | relevance | path

Searched defs:CURL_DISABLE_FTP (Results 1 – 6 of 6) sorted by relevance

/external/curl/docs/
DCURL-DISABLE.md23 ## CURL_DISABLE_FTP section in Code defines to disable features and protocols
/external/curl/
DCMakeLists.txt161 option(CURL_DISABLE_FTP "disables FTP" OFF) option
197 set(CURL_DISABLE_FTP ON) variable
Dconfigure.ac400 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition
401 AC_SUBST(CURL_DISABLE_FTP, [1]) subst
/external/curl/lib/
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dcurl_setup.h165 # define CURL_DISABLE_FTP macro
Dcurl_config.h35 #define CURL_DISABLE_FTP 1 macro