Searched refs:CURL_DISABLE_BASIC_AUTH (Results 1 – 6 of 6) sorted by relevance
47 #ifdef CURL_DISABLE_BASIC_AUTH
283 # define CURL_DISABLE_BASIC_AUTH 1 macro
260 #ifndef CURL_DISABLE_BASIC_AUTH380 #ifndef CURL_DISABLE_BASIC_AUTH in pickoneauth()628 #ifndef CURL_DISABLE_BASIC_AUTH in output_auth_headers()812 !defined(CURL_DISABLE_BASIC_AUTH) || \839 !defined(CURL_DISABLE_BASIC_AUTH) || \ in Curl_http_input_auth()947 #ifndef CURL_DISABLE_BASIC_AUTH in Curl_http_input_auth()
44 #cmakedefine CURL_DISABLE_BASIC_AUTH 1
301 option(CURL_DISABLE_BASIC_AUTH "Disable Basic authentication" OFF) option302 mark_as_advanced(CURL_DISABLE_BASIC_AUTH)
4460 AC_DEFINE(CURL_DISABLE_BASIC_AUTH, 1, [to disable basic authentication])4461 CURL_DISABLE_BASIC_AUTH=1
Completed in 36 milliseconds