summaryrefslogtreecommitdiff
path: root/server/zsrv_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/zsrv_conf.h')
-rw-r--r--server/zsrv_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h
index 2440d1d..9c2cbce 100644
--- a/server/zsrv_conf.h
+++ b/server/zsrv_conf.h
@@ -18,11 +18,11 @@
/* Path names are relative to CONFDIR, except for the class registry. */
-#ifndef ZEPHYR_USES_HESIOD
+#ifndef HAVE_HESIOD
#define SERVER_LIST_FILE "server.list"
#endif
#define REALM_LIST_FILE "realm.list"
-#ifdef ZEPHYR_USES_KERBEROS
+#ifdef HAVE_KRB4
#define ZEPHYR_SRVTAB "srvtab"
#define ZEPHYR_TKFILE "ztkts"
#endif