From 5effe8f3367c065125c02cccd0193b9a2ba0574e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Aug 2005 08:42:45 +0000 Subject: Simon Josefson brought GNU GSS support --- lib/urldata.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lib') 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 -#include -#else -#include -#endif +# ifdef HAVE_GSSGNU +# include +# elif defined HAVE_GSSMIT +# include +# include +# else +# include +# endif #endif /* Download buffer size, keep it fairly big for speed reasons */ -- cgit v1.2.3