1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00

check for gssapi_generic.h

This commit is contained in:
Andrew Tridgell
-
parent 18da530293
commit 838fbac7a0
4 changed files with 817 additions and 768 deletions

View File

@@ -391,6 +391,11 @@
#if HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#else
#undef HAVE_KRB5
#endif
#if HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>
#else
#undef HAVE_KRB5