summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorMarcel Roelofs <Marcel.Roelofs@aimms.com>2011-01-05 17:01:07 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-07 23:48:40 +0100
commit1d28efb9d1759bcbc81d28e462c2e3a5d60a17e4 (patch)
tree415e7ca19589d7f8e4ef6532f2bab5e1236d9ce6 /lib/version.c
parent9ba42a023d6df26ac7ad2dde992f212ed3b05f8f (diff)
downloadgnurl-1d28efb9d1759bcbc81d28e462c2e3a5d60a17e4.tar.gz
gnurl-1d28efb9d1759bcbc81d28e462c2e3a5d60a17e4.tar.bz2
gnurl-1d28efb9d1759bcbc81d28e462c2e3a5d60a17e4.zip
HTTP: HTTP Negotiate authentication using SSPI
Only under Windows
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version.c b/lib/version.c
index aab5517d0..5931e7180 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -243,7 +243,7 @@ static curl_version_info_data version_info = {
#ifdef HAVE_LIBZ
| CURL_VERSION_LIBZ
#endif
-#ifdef HAVE_GSSAPI
+#ifdef USE_HTTP_NEGOTIATE
| CURL_VERSION_GSSNEGOTIATE
#endif
#ifdef DEBUGBUILD