summaryrefslogtreecommitdiff
path: root/h/internal.h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:21:45 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:21:45 +0000
commit6f7b9c2241b9625f90117604ab1145fb2624c2ed (patch)
tree8ab70a33de0e0796b04cf8049b5e819e76ac4132 /h/internal.h
parent095955c0ac5dc835af9231efb29bb93c8e452071 (diff)
Translate HAVE_KRB4 and HAVE_HESIOD to the currently-used symbols, for now.
Diffstat (limited to 'h/internal.h')
-rw-r--r--h/internal.h9
1 files changed, 8 insertions, 1 deletions
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 <zephyr/zephyr.h>
#include <netdb.h>
-#ifdef ZEPHYR_USES_HESIOD
+#ifdef HAVE_KRB4
+#define ZEPHYR_USES_KERBEROS
+#include <krb.h>
+#include <krb_err.h>
+#endif
+
+#ifdef HAVE_HESIOD
+#define ZEPHYR_USES_HESIOD
#include <hesiod.h>
#endif