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()
357 option(CURL_DISABLE_POP3 "Disable POP3" OFF) option358 mark_as_advanced(CURL_DISABLE_POP3)406 set(CURL_DISABLE_POP3 ON) variable1945 _add_if("POP3" NOT CURL_DISABLE_POP3)1946 _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])5375 if test "x$CURL_DISABLE_POP3" != "x1"; then
Completed in 64 milliseconds