Home
last modified time | relevance | path

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

/external/curl/docs/
DCURL-DISABLE.md27 ## CURL_DISABLE_FTP section in Code defines to disable features and protocols
/external/curl/
Dconfigure.ac549 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition
550 AC_SUBST(CURL_DISABLE_FTP, [1]) subst
DCMakeLists.txt174 option(CURL_DISABLE_FTP "disables FTP" OFF) option
234 set(CURL_DISABLE_FTP ON) variable
/external/curl/lib/
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dcurl_config.h38 #define CURL_DISABLE_FTP 1 macro
Dcurl_setup.h176 # define CURL_DISABLE_FTP macro