aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-10 12:22:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-10 12:22:19 +0000
commite56ae1426cb7a0a4a427cf8d6099a821fdaae428 (patch)
tree42fd54560e276dcaefec12be5f60987b8a146f0e /include
parent696843c020ba5beea9f1479b8f433e1ea322f987 (diff)
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index a81afba2c..46e09f429 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -629,6 +629,10 @@ typedef enum {
You should use this in combination with CURLOPT_USERPWD. */
CINIT(HTTPDIGEST, LONG, 107),
+ /* Set this to a non-zero value to enable HTTP Negotiate Authentication.
+ You should use this in combination with CURLOPT_USERPWD. */
+ CINIT(HTTPNEGOTIATE, LONG, 108),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;