From 6f7b9c2241b9625f90117604ab1145fb2624c2ed Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 23 Sep 1997 15:21:45 +0000 Subject: Translate HAVE_KRB4 and HAVE_HESIOD to the currently-used symbols, for now. --- h/internal.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'h/internal.h') diff --git a/h/internal.h b/h/internal.h index abbf298..ee97cef 100644 --- a/h/internal.h +++ b/h/internal.h @@ -6,7 +6,14 @@ #include #include -#ifdef ZEPHYR_USES_HESIOD +#ifdef HAVE_KRB4 +#define ZEPHYR_USES_KERBEROS +#include +#include +#endif + +#ifdef HAVE_HESIOD +#define ZEPHYR_USES_HESIOD #include #endif -- cgit v1.2.3