Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_FTP (Results 1 – 15 of 15) sorted by relevance

/external/curl/lib/
Dversion.c170 #ifndef CURL_DISABLE_FTP
173 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dftplistparser.h26 #ifndef CURL_DISABLE_FTP
Dcurl_setup.h157 # ifndef CURL_DISABLE_FTP
158 # define CURL_DISABLE_FTP macro
Dpingpong.h27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
Dftp.h27 #ifndef CURL_DISABLE_FTP
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dkrb5.c37 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
Dsecurity.c46 #ifndef CURL_DISABLE_FTP
Dftplistparser.c40 #ifndef CURL_DISABLE_FTP
Dcurl_config.h.cmake25 #cmakedefine CURL_DISABLE_FTP 1
Durl.c167 #ifndef CURL_DISABLE_FTP
171 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dftp.c25 #ifndef CURL_DISABLE_FTP
/external/curl/
DCMakeLists.txt132 option(CURL_DISABLE_FTP "disables FTP" OFF) option
133 mark_as_advanced(CURL_DISABLE_FTP)
164 set(CURL_DISABLE_FTP ON) variable
1074 _add_if("FTP" NOT CURL_DISABLE_FTP)
1075 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
Dconfigure.ac377 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition
378 AC_SUBST(CURL_DISABLE_FTP, [1]) subst
3522 if test "x$CURL_DISABLE_FTP" != "x1"; then
/external/curl/docs/
DINSTALL412 CURL_DISABLE_FTP disables FTP