From 2b03e82ddfe5797dab4a2811cb2755a2b7cc45b7 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 25 Oct 1997 17:47:11 +0000 Subject: ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD --- server/acl_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/acl_files.c') diff --git a/server/acl_files.c b/server/acl_files.c index 27c7f63..83b6663 100644 --- a/server/acl_files.c +++ b/server/acl_files.c @@ -114,7 +114,7 @@ void acl_canonicalize_principal(principal, canon) canon += len; *canon++ = '\0'; } -#ifdef ZEPHYR_USES_KERBEROS +#ifdef HAVE_KRB4 else if (krb_get_lrealm(canon, 1) != KSUCCESS) { strcpy(canon, KRB_REALM); } -- cgit v1.2.3