Home
last modified time | relevance | path

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

/curl/lib/vauth/
H A Doauth2.c30 !defined(CURL_DISABLE_POP3) || \
H A Dcleartext.c31 !defined(CURL_DISABLE_POP3) || \
/curl/lib/
H A Dpingpong.h30 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_SMTP)
H A Dbase64.c32 !defined(CURL_DISABLE_POP3) || \
H A Dversion.c346 #ifndef CURL_DISABLE_POP3
349 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3)
H A Dcurl_setup.h240 # ifndef CURL_DISABLE_POP3
241 # define CURL_DISABLE_POP3 macro
H A Durldata.h126 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_FILE)
933 #ifndef CURL_DISABLE_POP3
H A Dcurl_sasl.c39 !defined(CURL_DISABLE_POP3) || \
H A Dpop3.c42 #ifndef CURL_DISABLE_POP3
H A Dcurl_config.h.cmake125 #cmakedefine CURL_DISABLE_POP3 1
H A Durl.c1541 #ifndef CURL_DISABLE_POP3 in Curl_getn_scheme_handler()
1570 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3) in Curl_getn_scheme_handler()
/curl/
H A DCMakeLists.txt329 option(CURL_DISABLE_POP3 "Disable POP3" OFF) option
330 mark_as_advanced(CURL_DISABLE_POP3)
378 set(CURL_DISABLE_POP3 ON) variable
1839 _add_if("POP3" NOT CURL_DISABLE_POP3)
1840 _add_if("POP3S" NOT CURL_DISABLE_POP3 AND _ssl_enabled)
H A Dconfigure.ac1000 AC_DEFINE(CURL_DISABLE_POP3, 1, [to disable POP3])
1001 AC_SUBST(CURL_DISABLE_POP3, [1])
5270 if test "x$CURL_DISABLE_POP3" != "x1"; then

Completed in 61 milliseconds