Searched refs:CURL_DISABLE_FTP (Results 1 – 15 of 15) sorted by relevance
170 #ifndef CURL_DISABLE_FTP173 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
26 #ifndef CURL_DISABLE_FTP
157 # ifndef CURL_DISABLE_FTP158 # define CURL_DISABLE_FTP macro
27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
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
167 #ifndef CURL_DISABLE_FTP171 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
25 #ifndef CURL_DISABLE_FTP
132 option(CURL_DISABLE_FTP "disables FTP" OFF) option133 mark_as_advanced(CURL_DISABLE_FTP)164 set(CURL_DISABLE_FTP ON) variable1074 _add_if("FTP" NOT CURL_DISABLE_FTP)1075 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
377 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition378 AC_SUBST(CURL_DISABLE_FTP, [1]) subst3522 if test "x$CURL_DISABLE_FTP" != "x1"; then
412 CURL_DISABLE_FTP disables FTP