summaryrefslogtreecommitdiff
path: root/lib/ZCkAuth.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-10-25 17:47:11 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-10-25 17:47:11 +0000
commit2b03e82ddfe5797dab4a2811cb2755a2b7cc45b7 (patch)
tree337a1256ea163b161c0f66b3b33fe3d88af74fc0 /lib/ZCkAuth.c
parent304bb68ebcb9682d28b41d86d59e9ac5f9d7d4a3 (diff)
ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD
Diffstat (limited to 'lib/ZCkAuth.c')
-rw-r--r--lib/ZCkAuth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c
index 8f4816e..3e81560 100644
--- a/lib/ZCkAuth.c
+++ b/lib/ZCkAuth.c
@@ -31,7 +31,7 @@ Code_t ZCheckAuthentication(notice, from)
ZNotice_t *notice;
struct sockaddr_in *from;
{
-#ifdef ZEPHYR_USES_KERBEROS
+#ifdef HAVE_KRB4
int result;
ZChecksum_t our_checksum;
CREDENTIALS cred;