mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +03:00
Simon Josefson brought GNU GSS support
This commit is contained in:
parent
296eb2bd61
commit
5effe8f336
4 changed files with 63 additions and 33 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue