Searched refs:CURL_DISABLE_DICT (Results 1 – 8 of 8) sorted by relevance
27 #ifndef CURL_DISABLE_DICT
224 # ifndef CURL_DISABLE_DICT225 # define CURL_DISABLE_DICT macro
324 #ifndef CURL_DISABLE_DICT
62 #cmakedefine CURL_DISABLE_DICT 1
1558 #ifndef CURL_DISABLE_DICT in Curl_getn_scheme_handler()
313 option(CURL_DISABLE_DICT "Disable DICT" OFF) option314 mark_as_advanced(CURL_DISABLE_DICT)398 set(CURL_DISABLE_DICT ON) variable1941 _add_if("DICT" NOT CURL_DISABLE_DICT)
962 AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT])963 AC_SUBST(CURL_DISABLE_DICT, [1])5360 if test "x$CURL_DISABLE_DICT" != "x1"; then
Completed in 39 milliseconds