diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 4 |
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; |