1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r6811: Another attempt at better kerberos/gssapi headers.

Andrew Bartlett
(This used to be commit f4b7484516b956baabb3eba3f233da29fc101100)
This commit is contained in:
Andrew Bartlett 2005-05-16 03:30:18 +00:00 committed by Gerald (Jerry) Carter
parent d441930987
commit fc748e650f

View File

@ -27,11 +27,7 @@
#undef HAVE_KRB5
#endif
#ifdef HAVE_GSSAPI_KRB5_H
#include <gssapi_krb5.h>
#elif defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
#include <gssapi/gssapi_krb5.h>
#elif defined(HAVE_GSSAPI_H)
#if defined(HAVE_GSSAPI_H)
#include <gssapi.h>
#elif defined(HAVE_GSSAPI_GSSAPI_H)
#include <gssapi/gssapi.h>
@ -39,6 +35,12 @@
#include <gssapi/gssapi_generic.h>
#endif
#ifdef HAVE_GSSAPI_KRB5_H
#include <gssapi_krb5.h>
#elif defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
#include <gssapi/gssapi_krb5.h>
#endif
#ifdef HAVE_COM_ERR_H
#include <com_err.h>
#endif