Home
last modified time | relevance | path

Searched defs:CURL_DISABLE_GOPHER (Results 1 – 5 of 5) sorted by relevance

/external/curl/docs/
DCURL-DISABLE.md32 ## CURL_DISABLE_GOPHER section in Code defines to disable features and protocols
/external/curl/
DCMakeLists.txt189 option(CURL_DISABLE_GOPHER "to disable Gopher" OFF) option
198 set(CURL_DISABLE_GOPHER ON) variable
Dconfigure.ac633 AC_DEFINE(CURL_DISABLE_GOPHER, 1, [to disable Gopher]) definition
634 AC_SUBST(CURL_DISABLE_GOPHER, [1]) subst
/external/curl/lib/
Dcurl_setup.h192 # define CURL_DISABLE_GOPHER macro
Dcurl_config.h41 #define CURL_DISABLE_GOPHER 1 macro