Home | History | Annotate | Download | only in curl

Lines Matching defs:CURLAUTH_BASIC

495 #define CURLAUTH_BASIC        (1<<0)  /* Basic (default) */
501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))