From c3f88158d5a194b7e3fe1c655d45799521895847 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Wed, 22 Mar 1995 20:17:41 +0000 Subject: Added files to the windows/cns directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5189 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/cns/krbini.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/windows/cns/krbini.h (limited to 'src/windows/cns/krbini.h') diff --git a/src/windows/cns/krbini.h b/src/windows/cns/krbini.h new file mode 100644 index 0000000000..da5aa88b4c --- /dev/null +++ b/src/windows/cns/krbini.h @@ -0,0 +1,23 @@ +/* Kerberos changed window message */ +#define WM_KERBEROS_CHANGED "Kerberos Changed" + +/* Kerberos Windows initialization file */ +#define KERBEROS_INI "kerberos.ini" +#define KERBEROS_HLP "kerberos.hlp" +#define INI_DEFAULTS "Defaults" +#define INI_USER "User" /* Default user */ +#define INI_INSTANCE "Instance" /* Default instance */ +#define INI_REALM "Realm" /* Default realm */ +#define INI_POSITION "Position" +#define INI_OPTIONS "Options" +#define INI_DURATION "Duration" /* Ticket duration in minutes */ +#define INI_EXPIRATION "Expiration" /* Action on expiration (alert or beep) */ +#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 */ +#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" +#define INI_LOGIN "Login" -- cgit