summaryrefslogtreecommitdiff
path: root/h/internal.h
diff options
context:
space:
mode:
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