From 7599143dcc0fe9b40159787ecd7c498da99f73dd Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Fri, 7 Nov 2014 10:40:01 +0000
Subject: version info: Added Kerberos V5 to the supported features

---
 include/curl/curl.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/curl/curl.h b/include/curl/curl.h
index 36673c324..5137f11d8 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2261,6 +2261,7 @@ typedef struct {
 #define CURL_VERSION_NTLM_WB   (1<<15) /* NTLM delegating to winbind helper */
 #define CURL_VERSION_HTTP2     (1<<16) /* HTTP2 support built-in */
 #define CURL_VERSION_GSSAPI    (1<<17) /* GSS-API is supported */
+#define CURL_VERSION_KERBEROS5 (1<<18) /* Kerberos V5 auth is supported */
 
  /*
  * NAME curl_version_info()
-- 
cgit v1.2.3