X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.c;fp=src%2Fmod_auth_gssapi.c;h=088fb8819ab9b1f3aba297386a495710e5e8812f;hp=6d120365cc7ff1192a5315b470c6e7149cf24c7b;hb=3652da99739cc95c8278ba726e7446ec1e9c9e0f;hpb=ea848ec7ac001d2ea181e7f3e52c8c946cffd15c diff --git a/src/mod_auth_gssapi.c b/src/mod_auth_gssapi.c index 6d12036..088fb88 100644 --- a/src/mod_auth_gssapi.c +++ b/src/mod_auth_gssapi.c @@ -630,6 +630,7 @@ struct mag_req_cfg *mag_init_cfg(request_rec *req) return req_cfg; } +#ifdef HAVE_CRED_STORE static bool use_s4u2proxy(struct mag_req_cfg *req_cfg) { if (req_cfg->cfg->use_s4u2proxy) { if (req_cfg->cfg->deleg_ccache_dir != NULL) { @@ -642,6 +643,7 @@ static bool use_s4u2proxy(struct mag_req_cfg *req_cfg) { } return false; } +#endif static int mag_auth(request_rec *req) {