From 1bd4094341bcada53540b6f51833c30d61f1dcd6 Mon Sep 17 00:00:00 2001 From: Lucien Van Elsen Date: Wed, 4 Dec 1991 08:25:09 +0000 Subject: Converted back to ANSI C (with ifdef's for standard C) --- server/zsrv_conf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/zsrv_conf.h') diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h index 556c268..6723223 100644 --- a/server/zsrv_conf.h +++ b/server/zsrv_conf.h @@ -18,27 +18,27 @@ /* Magic path names */ #ifndef HESIOD -#define SERVER_LIST_FILE Z_LIBDIR "/server.list" +#define SERVER_LIST_FILE "/usr/athena/lib/zephyr/server.list" #endif /* !HESIOD */ /* ACL's for pre-registered classes */ /* Directory containing acls and other info */ -#define ZEPHYR_ACL_DIR Z_LIBDIR "/" +#define ZEPHYR_ACL_DIR "/usr/athena/lib/zephyr/" /* name of the class registry */ #define ZEPHYR_CLASS_REGISTRY "class-registry.acl" #ifdef KERBEROS /* name of file to hold the tickets for keys to exchange with other servers */ -#define ZEPHYR_TKFILE Z_LIBDIR "/ztkts" +#define ZEPHYR_TKFILE "/usr/athena/lib/zephy/ztkts" /* Pathname of Kerberos srvtab file. WARNING: lib/ZCheckAuthentication.c needs to have a corresponding definition! */ -#define SERVER_SRVTAB Z_LIBDIR "/srvtab" +#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab" #endif /* default subscription file */ -#define DEFAULT_SUBS_FILE Z_LIBDIR "/default.subscriptions" +#define DEFAULT_SUBS_FILE "/usr/athena/lib/zephyr/default.subscriptions" /* client defines */ #define REXMIT_SECS ((long) 20) /* rexmit delay on normal notices */ -- cgit v1.2.3