Searched refs:CURL_DISABLE_TFTP (Results 1 – 14 of 14) sorted by relevance
24 #ifndef CURL_DISABLE_TFTP
69 #define CURL_DISABLE_TFTP 1 macro
169 # ifndef CURL_DISABLE_TFTP170 # define CURL_DISABLE_TFTP macro
77 #define CURL_DISABLE_TFTP 1 macro
379 #ifndef CURL_DISABLE_TFTP
25 #ifndef CURL_DISABLE_TFTP
88 #cmakedefine CURL_DISABLE_TFTP 1
335 #ifndef CURL_DISABLE_TFTP in Curl_vsetopt()
232 #ifndef CURL_DISABLE_TFTP
130 ## CURL_DISABLE_TFTP section in Code defines to disable features and protocols
171 option(CURL_DISABLE_TFTP "disables TFTP" OFF) option172 mark_as_advanced(CURL_DISABLE_TFTP)211 set(CURL_DISABLE_TFTP ON) variable1412 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
777 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP]) definition778 AC_SUBST(CURL_DISABLE_TFTP, [1]) subst4105 if test "x$CURL_DISABLE_TFTP" != "x1"; then
860 #ifdef CURL_DISABLE_TFTP in tool_setopt_skip()