Searched refs:CURL_DISABLE_GOPHER (Results 1 – 7 of 7) sorted by relevance
25 #ifndef CURL_DISABLE_GOPHER
190 # ifndef CURL_DISABLE_GOPHER191 # define CURL_DISABLE_GOPHER macro
176 #ifndef CURL_DISABLE_GOPHER
239 #ifndef CURL_DISABLE_GOPHER
160 option(CURL_DISABLE_GOPHER "to disable Gopher" OFF) option161 mark_as_advanced(CURL_DISABLE_GOPHER)175 set(CURL_DISABLE_GOPHER ON) variable1086 _add_if("GOPHER" NOT CURL_DISABLE_GOPHER)
609 AC_DEFINE(CURL_DISABLE_GOPHER, 1, [to disable Gopher]) definition610 AC_SUBST(CURL_DISABLE_GOPHER, [1]) subst3549 if test "x$CURL_DISABLE_GOPHER" != "x1"; then