From 12cc822037d7e0b5a714853c102820daca947a67 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Sat, 20 Nov 1993 22:13:15 +0000 Subject: Changed KERBEROS to Z_HaveKerberos --- lib/ZMkAuth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ZMkAuth.c') diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c index 7b11a34..3c19e26 100644 --- a/lib/ZMkAuth.c +++ b/lib/ZMkAuth.c @@ -17,14 +17,14 @@ static char rcsid_ZMakeAuthentication_c[] = "$Id$"; #endif #include -#ifdef KERBEROS +#ifdef Z_HaveKerberos #include "krb_err.h" static long last_authent_time = 0L; static KTEXT_ST last_authent; #endif Code_t ZResetAuthentication () { -#ifdef KERBEROS +#ifdef Z_HaveKerberos last_authent_time = 0L; #endif return ZERR_NONE; @@ -36,7 +36,7 @@ Code_t ZMakeAuthentication(notice, buffer, buffer_len, len) int buffer_len; int *len; { -#ifdef KERBEROS +#ifdef Z_HaveKerberos int retval, result; long now,time(); KTEXT_ST authent; -- cgit v1.2.3