summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-08-08 09:15:45 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-08-08 09:15:45 +0000
commit1a7918cc8d3e4d8419a884dff2d930d361eb9d43 (patch)
tree1f5575c21ed6d7a60fae91c14537f8dd1cb68ec5 /h/zephyr
parentef1188f8777b8bb260bd38266c93a679eebd36ff (diff)
when not using KERBEROS, #define REALM_SZ
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/h/zephyr/zephyr_conf.h b/h/zephyr/zephyr_conf.h
index d648afd..a86d7dd 100644
--- a/h/zephyr/zephyr_conf.h
+++ b/h/zephyr/zephyr_conf.h
@@ -24,5 +24,8 @@
/* General filenames */
#define DEFAULT_VARS_FILE "/etc/athena/zephyr.vars"
+#ifndef KERBEROS
+#define REALM_SZ MAXHOSTNAMELEN
+#endif /* !KERBEROS */
#endif /* __ZEPHYR_CONF_H__ */