Searched refs:CURL_DISABLE_FTP (Results 1 – 15 of 15) sorted by relevance
26 #ifndef CURL_DISABLE_FTP
194 #ifndef CURL_DISABLE_FTP197 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
157 # ifndef CURL_DISABLE_FTP158 # define CURL_DISABLE_FTP macro
27 #ifndef CURL_DISABLE_FTP
48 #define CURL_DISABLE_FTP 1 macro
37 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
46 #ifndef CURL_DISABLE_FTP
40 #ifndef CURL_DISABLE_FTP
25 #cmakedefine CURL_DISABLE_FTP 1
168 #ifndef CURL_DISABLE_FTP172 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
25 #ifndef CURL_DISABLE_FTP
120 option(CURL_DISABLE_FTP "disables FTP" OFF) option121 mark_as_advanced(CURL_DISABLE_FTP)152 set(CURL_DISABLE_FTP ON) variable1093 _add_if("FTP" NOT CURL_DISABLE_FTP)1094 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
380 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition381 AC_SUBST(CURL_DISABLE_FTP, [1]) subst3714 if test "x$CURL_DISABLE_FTP" != "x1"; then
412 CURL_DISABLE_FTP disables FTP