From: kouril Date: Mon, 20 Feb 2006 21:38:28 +0000 (+0000) Subject: #ifdef 0 doesn't work X-Git-Tag: v5.0~13 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=c648522c15aacb2763de36086f1248aecce4fef1 #ifdef 0 doesn't work --- diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 7193a24..b161c6a 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -154,7 +154,7 @@ typedef struct { const char *krb_service_name; int krb_authoritative; int krb_delegate_basic; -#ifdef 0 +#if 0 int krb_ssl_preauthentication; #endif #ifdef KRB5 @@ -209,7 +209,7 @@ static const command_rec kerb_auth_cmds[] = { command("KrbDelegateBasic", ap_set_flag_slot, krb_delegate_basic, FLAG, "Always offer Basic authentication regardless of KrbMethodK5Pass and pass on authentication to lower modules if Basic headers arrive."), -#ifdef 0 +#if 0 command("KrbEnableSSLPreauthentication", ap_set_flag_slot, krb_ssl_preauthentication, FLAG, "Don't do Kerberos authentication if the user is already authenticated using SSL and her client certificate."), #endif