summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/krbini.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-27 21:00:34 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-27 21:00:34 +0000
commit7aa5c7b72c2dd877fd2a4a558c5089ac1bd5f56c (patch)
treebf351ab3a7600bd2c9c6158024dee030e1cacdd0 /src/windows/cns/krbini.h
parent915f137555af45aa724f9fcf22f4ec8834dfc7a4 (diff)
downloadkrb5-7aa5c7b72c2dd877fd2a4a558c5089ac1bd5f56c.tar.gz
krb5-7aa5c7b72c2dd877fd2a4a558c5089ac1bd5f56c.tar.xz
krb5-7aa5c7b72c2dd877fd2a4a558c5089ac1bd5f56c.zip
Changes in the CNS program for the new config file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5579 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/krbini.h')
-rw-r--r--src/windows/cns/krbini.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/windows/cns/krbini.h b/src/windows/cns/krbini.h
index 4b09b046a0..0264c2016b 100644
--- a/src/windows/cns/krbini.h
+++ b/src/windows/cns/krbini.h
@@ -15,8 +15,15 @@
#define INI_ALERT "Alert"
#define INI_BEEP "Beep"
#define INI_FILES "Files"
-#define INI_KRB_CONF "krb.conf" /* Location of krb.conf file */
-#define DEF_KRB_CONF "krb.con" /* Default name for krb.conf file */
+#ifdef KRB4
+ #define INI_KRB_CONF "krb.conf" /* Location of krb.conf file */
+ #define DEF_KRB_CONF "krb.con" /* Default name for krb.conf file */
+#endif /* KRB4 */
+#ifdef KRB5
+ #define INI_KRB5_CONF "krb5.ini" /* From k5-config.h */
+ #define INI_KRB_CONF INI_KRB5_CONF /* Location of krb.conf file */
+ #define DEF_KRB_CONF INI_KRB5_CONF /* Default name for krb.conf file */
+#endif /* KRB5 */
#define INI_KRB_REALMS "krb.realms" /* Location of krb.realms file */
#define DEF_KRB_REALMS "krb.rea" /* Default name for krb.realms file */
#define INI_RECENT_LOGINS "Recent Logins"