Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.h24 #ifndef CURL_DISABLE_TFTP
Dcurl_setup.h154 # ifndef CURL_DISABLE_TFTP
155 # define CURL_DISABLE_TFTP macro
Dconfig-vxworks.h69 #define CURL_DISABLE_TFTP 1 macro
Dcurl_config.h74 #define CURL_DISABLE_TFTP 1 macro
Dversion.c298 #ifndef CURL_DISABLE_TFTP
Dtftp.c25 #ifndef CURL_DISABLE_TFTP
Dcurl_config.h.in73 #undef CURL_DISABLE_TFTP
Dcurl_config.h.cmake64 #cmakedefine CURL_DISABLE_TFTP 1
Durl.c186 #ifndef CURL_DISABLE_TFTP
/external/curl/
DCMakeLists.txt148 option(CURL_DISABLE_TFTP "disables TFTP" OFF) option
149 mark_as_advanced(CURL_DISABLE_TFTP)
176 set(CURL_DISABLE_TFTP ON) variable
1230 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
Dconfigure.ac548 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP]) definition
549 AC_SUBST(CURL_DISABLE_TFTP, [1]) subst
4294 if test "x$CURL_DISABLE_TFTP" != "x1"; then
Dconfigure19305 CURL_DISABLE_TFTP=1
41156 if test "x$CURL_DISABLE_TFTP" != "x1"; then
/external/curl/docs/
DINSTALL.md195 - `CURL_DISABLE_TFTP` disables TFTP