From: kouril Date: Mon, 25 Aug 2003 12:24:27 +0000 (+0000) Subject: Better handling of includes X-Git-Tag: v5.0-rc1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=e751edb2ce10f04613e02a8a2dfb0585506662f6;hp=d091bdc26456d2a412bf466d45fe5579835c2663 Better handling of includes --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index c924b13..91c35ac 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -82,11 +82,9 @@ #ifdef KRB5 #include -#ifdef HEIMDAL -# include -#else -# include -# include +#include +#ifndef HEIMDAL +# include # define GSS_C_NT_USER_NAME gss_nt_user_name # define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name # define krb5_get_err_text(context,code) error_message(code)