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/subscr.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/subscr.c') diff --git a/server/subscr.c b/server/subscr.c index c305c70..140cdf0 100644 --- a/server/subscr.c +++ b/server/subscr.c @@ -61,7 +61,7 @@ static const char rcsid_subscr_c[] = "$Id$"; * */ -#ifdef ZEPHYR_USES_KERBEROS +#ifdef HAVE_KRB4 #ifndef NOENCRYPTION C_Block serv_key; Sched serv_ksched; @@ -839,10 +839,10 @@ subscr_send_subs(client) { int i = 0; Destlist *subs; -#ifdef ZEPHYR_USES_KERBEROS +#ifdef HAVE_KRB4 char buf[512]; C_Block cblock; -#endif /* ZEPHYR_USES_KERBEROS */ +#endif /* HAVE_KRB4 */ char buf2[512]; char *list[7 * NUM_FIELDS]; int num = 0; @@ -855,7 +855,7 @@ subscr_send_subs(client) list[num++] = buf2; -#ifdef ZEPHYR_USES_KERBEROS +#ifdef HAVE_KRB4 #ifdef NOENCRYPTION memcpy(cblock, client->session_key, sizeof(C_Block)); #else @@ -873,7 +873,7 @@ subscr_send_subs(client) zdbug((LOG_DEBUG, "cblock %s", buf)); #endif } -#endif /* ZEPHYR_USES_KERBEROS */ +#endif /* HAVE_KRB4 */ retval = bdump_send_list_tcp(SERVACK, &client->addr, ZEPHYR_ADMIN_CLASS, num > 1 ? "CBLOCK" : "", ADMIN_NEWCLT, client->principal->string, "", list, num); -- cgit v1.2.3