Home
last modified time | relevance | path

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

/external/curl/docs/
DCURL-DISABLE.md117 ## CURL_DISABLE_SMTP section in Code defines to disable features and protocols
/external/curl/
Dconfigure.ac866 AC_DEFINE(CURL_DISABLE_SMTP, 1, [to disable SMTP]) definition
867 AC_SUBST(CURL_DISABLE_SMTP, [1]) subst
DCMakeLists.txt216 option(CURL_DISABLE_SMTP "disables SMTP" OFF) option
243 set(CURL_DISABLE_SMTP ON) variable
/external/curl/lib/
Dcurl_config.h104 #define CURL_DISABLE_SMTP 1 macro
Dcurl_setup.h203 # define CURL_DISABLE_SMTP macro