Searched refs:CURL_DISABLE_DICT (Results 1 – 9 of 9) sorted by relevance
25 #ifndef CURL_DISABLE_DICT
166 # ifndef CURL_DISABLE_DICT167 # define CURL_DISABLE_DICT macro
188 #ifndef CURL_DISABLE_DICT
19 #cmakedefine CURL_DISABLE_DICT 1
180 #ifndef CURL_DISABLE_DICT
126 option(CURL_DISABLE_DICT "disables DICT" OFF) option127 mark_as_advanced(CURL_DISABLE_DICT)156 set(CURL_DISABLE_DICT ON) variable1103 _add_if("DICT" NOT CURL_DISABLE_DICT)
500 AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT]) definition501 AC_SUBST(CURL_DISABLE_DICT, [1]) subst3735 if test "x$CURL_DISABLE_DICT" != "x1"; then
415 CURL_DISABLE_DICT disables DICT