summaryrefslogtreecommitdiff
path: root/h/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/internal.h')
-rw-r--r--h/internal.h4
1 files changed, 1 insertions, 3 deletions
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 <netdb.h>
#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
-#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 */