From ecf32c964aa1f45285d26c91f2cad5513075aa45 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Jun 2003 17:34:27 +0000 Subject: CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's a "plain" Negotiate as well. --- lib/urldata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index a03e12d26..c1e597971 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -705,9 +705,9 @@ struct UserDefined { char *set_proxy; /* proxy to use */ long use_port; /* which port to use (when not using default) */ char *userpwd; /* , if used */ - bool httpdigest; /* if HTTP Digest authentication is enabled */ - bool httpnegotiate; /* if HTTP Negotiate authentication is enabled */ - bool httpntlm; /* if HTTP NTLM authentication is enabled */ + + curl_httpauth httpauth; /* what kind of HTTP authentication to use */ + char *set_range; /* range, if used. See README for detailed specification on this syntax. */ long followlocation; /* as in HTTP Location: */ -- cgit v1.2.3