summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-07-26 12:58:10 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-07-26 12:58:10 +0000
commit067c6156dc6d2f2124884fc5662b9c6f208803ca (patch)
treef70b6056b7d2091ead15931d636480c89f970c05 /h/zephyr
parent9d620ebf4b4dc6a1d37e4adf8f15c846f32c3e8a (diff)
Initial revision
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_conf.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/h/zephyr/zephyr_conf.h b/h/zephyr/zephyr_conf.h
new file mode 100644
index 0000000..d648afd
--- /dev/null
+++ b/h/zephyr/zephyr_conf.h
@@ -0,0 +1,28 @@
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It contains configuration definitions.
+ *
+ * Created by: John T. Kohl
+ *
+ * $Source$
+ * $Author$
+ *
+ * Copyright (c) 1988 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, see the file
+ * "mit-copyright.h".
+ */
+
+#ifndef __ZEPHYR_CONF_H__
+#define __ZEPHYR_CONF_H__
+
+#include <zephyr/mit-copyright.h>
+
+/* Kerberos information */
+#define SERVER_SERVICE "zephyr"
+#define SERVER_INSTANCE "zephyr"
+#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab"
+
+/* General filenames */
+#define DEFAULT_VARS_FILE "/etc/athena/zephyr.vars"
+
+
+#endif /* __ZEPHYR_CONF_H__ */