=== modified file 'tools/squidclient.cc' --- tools/squidclient.cc 2010-11-01 05:44:28 +0000 +++ tools/squidclient.cc 2010-11-14 22:31:17 +0000 @@ -86,16 +86,18 @@ #include #elif HAVE_GSSAPI_H #include -#endif /* HAVE_GSSAPI_H */ -#if HAVE_GSSAPI_GSSAPI_EXT_H -#include -#endif /* HAVE_GSSAPI_GSSAPI_EXT_H */ +#endif /* HAVE_GSSAPI_GSSAPI_H/HAVE_GSSAPI_H */ +#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