diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:56:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:56:22 +0000 |
commit | 09ccfcdcd422fc0b0421562bbdcf53f78a3f3e4b (patch) | |
tree | 5cf77bcc16c120b43dfe90c1d3a09f95bc4aaef6 /include | |
parent | bbc01c36d2e6688068aaf47fa2869d3a8a5bb88d (diff) |
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
cleanups.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 117fb6720..f78d8a84d 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1134,6 +1134,7 @@ typedef struct { #define CURL_VERSION_GSSNEGOTIATE (1<<5) #define CURL_VERSION_DEBUG (1<<6) /* built with debug capabilities */ #define CURL_VERSION_ASYNCHDNS (1<<7) +#define CURL_VERSION_SPNEGO (1<<8) /* * NAME curl_version_info() |