=== modified file 'helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc' --- helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc 2010-08-14 00:12:49 +0000 +++ helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc 2010-11-14 22:29:26 +0000 @@ -58,13 +58,20 @@ #include #elif HAVE_GSSAPI_H #include -#endif /* HAVE_GSSAPI_GSSAPI_H */ +#endif + +#if !HAVE_HEIMDAL_KERBEROS #if HAVE_GSSAPI_GSSAPI_KRB5_H #include -#endif /* HAVE_GSSAPI_GSSAPI_KRB5_H */ +#endif #if HAVE_GSSAPI_GSSAPI_GENERIC_H #include -#endif /* HAVE_GSSAPI_GSSAPI_GENERIC_H */ +#endif +#if HAVE_GSSAPI_GSSAPI_EXT_H +#include +#endif +#endif + #ifndef gss_nt_service_name #define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE #endif === modified file 'helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc' --- helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc 2010-08-14 00:12:49 +0000 +++ helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc 2010-11-14 22:29:17 +0000 @@ -55,13 +55,20 @@ #include #elif HAVE_GSSAPI_H #include -#endif /* HAVE_GSSAPI_GSSAPI_H */ +#endif + +#if !HAVE_HEIMDAL_KERBEROS #if HAVE_GSSAPI_GSSAPI_KRB5_H #include -#endif /* HAVE_GSSAPI_GSSAPI_KRB5_H */ +#endif #if HAVE_GSSAPI_GSSAPI_GENERIC_H #include -#endif /* HAVE_GSSAPI_GSSAPI_GENERIC_H */ +#endif +#if HAVE_GSSAPI_GSSAPI_EXT_H +#include +#endif +#endif + #ifndef gss_nt_service_name #define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE #endif