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 --- h/internal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'h/internal.h') diff --git a/h/internal.h b/h/internal.h index ee97cef..c1c0a63 100644 --- a/h/internal.h +++ b/h/internal.h @@ -7,17 +7,15 @@ #include #ifdef HAVE_KRB4 -#define ZEPHYR_USES_KERBEROS #include #include #endif #ifdef HAVE_HESIOD -#define ZEPHYR_USES_HESIOD #include #endif -#ifndef ZEPHYR_USES_KERBEROS +#ifndef HAVE_KRB4 #define REALM_SZ MAXHOSTNAMELEN #define INST_SZ 0 /* no instances w/o Kerberos */ #define ANAME_SZ 9 /* size of a username + null */ -- cgit v1.2.3