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 /lib/http_negotiate.h | |
parent | bbc01c36d2e6688068aaf47fa2869d3a8a5bb88d (diff) | |
download | curl-09ccfcdcd422fc0b0421562bbdcf53f78a3f3e4b.tar.gz |
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
cleanups.
Diffstat (limited to 'lib/http_negotiate.h')
-rw-r--r-- | lib/http_negotiate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index 36a346c56..f58f45560 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -24,7 +24,7 @@ * $Id$ ***************************************************************************/ -#ifdef GSSAPI +#ifdef HAVE_GSSAPI /* this is for Negotiate header input */ int Curl_input_negotiate(struct connectdata *conn, char *header); |