summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-18 05:36:41 +0000
committerRichard Basch <probe@mit.edu>1997-02-18 05:36:41 +0000
commitdd378c57612bc80c0ea93bb9eb6efc11fc9686c5 (patch)
tree53d798dc7a930fe5a1cc1ece30c6a1e4537f9d18 /src/include/win-mac.h
parent2839a681f93af7d1e8deae846787dbc239e7a94a (diff)
downloadkrb5-dd378c57612bc80c0ea93bb9eb6efc11fc9686c5.tar.gz
krb5-dd378c57612bc80c0ea93bb9eb6efc11fc9686c5.tar.xz
krb5-dd378c57612bc80c0ea93bb9eb6efc11fc9686c5.zip
Added support for building krb4 library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9878 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 70d703b2af..75c6ef4f30 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -96,7 +96,45 @@ typedef unsigned char u_char;
#define HAS_STRDUP
#define NO_USERID
#define NO_PASSWORD
+
#define WM_KERBEROS5_CHANGED "Kerberos5 Changed"
+#ifdef KRB4
+#define WM_KERBEROS_CHANGED "Kerberos Changed"
+#endif
+
+/* Kerberos Windows initialization file */
+#define KERBEROS_INI "kerberos.ini"
+#ifdef CYGNUS
+#define KERBEROS_HLP "kerbnet.hlp"
+#else
+#define KERBEROS_HLP "krb5clnt.hlp"
+#endif
+#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"
+#ifdef KRB4
+#define INI_KRB_CONF "krb.conf" /* Location of krb.conf file */
+#define DEF_KRB_CONF "krb.conf" /* Default name for krb.conf file */
+#else
+#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 */
+#define INI_TICKETOPTS "TicketOptions" /* Ticket options */
+#define INI_FORWARDABLE "Forwardable" /* get forwardable tickets */
+#define INI_KRB_CCACHE "krb5cc" /* From k5-config.h */
+#endif
+#define INI_KRB_REALMS "krb.realms" /* Location of krb.realms file */
+#define DEF_KRB_REALMS "krb.realms" /* Default name for krb.realms file */
+#define INI_RECENT_LOGINS "Recent Logins"
+#define INI_LOGIN "Login"
#define HAS_ANSI_VOLATILE
#define HAS_VOID_TYPE