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
164 #ifndef CURL_DISABLE_DICT
19 #cmakedefine CURL_DISABLE_DICT 1
179 #ifndef CURL_DISABLE_DICT
138 option(CURL_DISABLE_DICT "disables DICT" OFF) option139 mark_as_advanced(CURL_DISABLE_DICT)168 set(CURL_DISABLE_DICT ON) variable1084 _add_if("DICT" NOT CURL_DISABLE_DICT)
497 AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT]) definition498 AC_SUBST(CURL_DISABLE_DICT, [1]) subst3543 if test "x$CURL_DISABLE_DICT" != "x1"; then
415 CURL_DISABLE_DICT disables DICT