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.h263 # ifndef CURL_DISABLE_TFTP
264 # define CURL_DISABLE_TFTP macro
H A Durldata.h929 #ifndef CURL_DISABLE_TFTP
1628 #ifndef CURL_DISABLE_TFTP
1770 #ifndef CURL_DISABLE_TFTP
H A Dversion.c403 #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.c396 #ifndef CURL_DISABLE_TFTP in setopt_long()
H A Durl.c1471 #ifndef CURL_DISABLE_TFTP in Curl_getn_scheme_handler()
/curl/
H A DCMakeLists.txt381 option(CURL_DISABLE_TFTP "Disable TFTP" OFF) option
382 mark_as_advanced(CURL_DISABLE_TFTP)
412 set(CURL_DISABLE_TFTP ON) variable
1942 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
H A Dconfigure.ac996 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP])
997 AC_SUBST(CURL_DISABLE_TFTP, [1])
5363 if test "x$CURL_DISABLE_TFTP" != "x1"; then

Completed in 64 milliseconds