Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_POP3 (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dversion.c199 #ifndef CURL_DISABLE_POP3
202 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3)
Dcurl_setup.h175 # ifndef CURL_DISABLE_POP3
176 # define CURL_DISABLE_POP3 macro
Dpingpong.h28 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_SMTP)
Dpop3.c39 #ifndef CURL_DISABLE_POP3
Dtransfer.c735 #ifndef CURL_DISABLE_POP3 in readwrite_data()
Durl.c212 #ifndef CURL_DISABLE_POP3
/external/curl/
DCMakeLists.txt154 option(CURL_DISABLE_POP3 "to disable POP3" OFF) option
155 mark_as_advanced(CURL_DISABLE_POP3)
172 set(CURL_DISABLE_POP3 ON) variable
1087 _add_if("POP3" NOT CURL_DISABLE_POP3)
1088 _add_if("POP3S" NOT CURL_DISABLE_POP3 AND SSL_ENABLED)
Dconfigure.ac543 AC_DEFINE(CURL_DISABLE_POP3, 1, [to disable POP3]) definition
544 AC_SUBST(CURL_DISABLE_POP3, [1]) subst
3552 if test "x$CURL_DISABLE_POP3" != "x1"; then
/external/curl/docs/
DINSTALL420 CURL_DISABLE_POP3 disables POP3