Simon Josefson brought GNU GSS support

This commit is contained in:
Daniel Stenberg 2005-08-29 08:42:45 +00:00
parent 296eb2bd61
commit 5effe8f336
4 changed files with 63 additions and 33 deletions

View file

@ -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 */