Searched refs:CURL_DISABLE_POP3 (Results 1 – 13 of 13) sorted by relevance
30 !defined(CURL_DISABLE_POP3) || \
31 !defined(CURL_DISABLE_POP3) || \
30 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_SMTP)
32 !defined(CURL_DISABLE_POP3) || \
365 #ifndef CURL_DISABLE_POP3368 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3)
248 # ifndef CURL_DISABLE_POP3249 # define CURL_DISABLE_POP3 macro
126 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_FILE)935 #ifndef CURL_DISABLE_POP3
39 !defined(CURL_DISABLE_POP3) || \
42 #ifndef CURL_DISABLE_POP3
125 #cmakedefine CURL_DISABLE_POP3 1
1540 #ifndef CURL_DISABLE_POP3 in Curl_getn_scheme_handler()1569 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3) in Curl_getn_scheme_handler()
363 option(CURL_DISABLE_POP3 "Disable POP3" OFF) option364 mark_as_advanced(CURL_DISABLE_POP3)412 set(CURL_DISABLE_POP3 ON) variable1951 _add_if("POP3" NOT CURL_DISABLE_POP3)1952 _add_if("POP3S" NOT CURL_DISABLE_POP3 AND _ssl_enabled)
1013 AC_DEFINE(CURL_DISABLE_POP3, 1, [to disable POP3])1014 AC_SUBST(CURL_DISABLE_POP3, [1])5373 if test "x$CURL_DISABLE_POP3" != "x1"; then
Completed in 71 milliseconds