aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-29 08:42:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-29 08:42:45 +0000
commit5effe8f3367c065125c02cccd0193b9a2ba0574e (patch)
treea43ccb04649d4f953e6cd43a5e84124769c53bc4 /lib/urldata.h
parent296eb2bd61df0116088e55de3067228801d50e17 (diff)
Simon Josefson brought GNU GSS support
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3afc90a4c..d54250a5d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -98,12 +98,14 @@
#include "hash.h"
#ifdef HAVE_GSSAPI
-#ifdef HAVE_GSSMIT
-#include <gssapi/gssapi.h>
-#include <gssapi/gssapi_generic.h>
-#else
-#include <gssapi.h>
-#endif
+# ifdef HAVE_GSSGNU
+# include <gss.h>
+# elif defined HAVE_GSSMIT
+# include <gssapi/gssapi.h>
+# include <gssapi/gssapi_generic.h>
+# else
+# include <gssapi.h>
+# endif
#endif
/* Download buffer size, keep it fairly big for speed reasons */