Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_config.h59 #define CURL_DISABLE_FTP 1 macro
Dcurl_setup.h216 # define CURL_DISABLE_FTP macro
/external/curl/
DCMakeLists.txt386 option(CURL_DISABLE_FTP "Disable FTP" OFF) option
467 set(CURL_DISABLE_FTP ON) variable
Dconfigure.ac701 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition