Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_TFTP (Results 1 – 11 of 11) sorted by relevance

/curl/lib/
H A Dtftp.h26 #ifndef CURL_DISABLE_TFTP
H A Dcurl_setup.h255 # ifndef CURL_DISABLE_TFTP
256 # define CURL_DISABLE_TFTP macro
H A Durldata.h927 #ifndef CURL_DISABLE_TFTP
1614 #ifndef CURL_DISABLE_TFTP
1756 #ifndef CURL_DISABLE_TFTP
H A Dversion.c384 #ifndef CURL_DISABLE_TFTP
H A Dtftp.c27 #ifndef CURL_DISABLE_TFTP
H A Dconnect.c1185 #ifndef CURL_DISABLE_TFTP
H A Dcurl_config.h.cmake161 #cmakedefine CURL_DISABLE_TFTP 1
H A Dsetopt.c415 #ifndef CURL_DISABLE_TFTP in Curl_vsetopt()
H A Durl.c1472 #ifndef CURL_DISABLE_TFTP in Curl_getn_scheme_handler()
/curl/
H A DCMakeLists.txt353 option(CURL_DISABLE_TFTP "Disable TFTP" OFF) option
354 mark_as_advanced(CURL_DISABLE_TFTP)
384 set(CURL_DISABLE_TFTP ON) variable
1836 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
H A Dconfigure.ac983 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP])
984 AC_SUBST(CURL_DISABLE_TFTP, [1])
5258 if test "x$CURL_DISABLE_TFTP" != "x1"; then

Completed in 54 milliseconds