diff options
author | Richard Basch <probe@mit.edu> | 1997-02-18 05:39:36 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1997-02-18 05:39:36 +0000 |
commit | 663c3cd21ebb5e5799ba440334f21abd3f5cb99f (patch) | |
tree | fe38106f226a00a6e26f1ef18201e12720f0d812 /src | |
parent | 7b61a55cb2fd3fbe19482c20f6b1d80a02493e5d (diff) | |
download | krb5-663c3cd21ebb5e5799ba440334f21abd3f5cb99f.tar.gz krb5-663c3cd21ebb5e5799ba440334f21abd3f5cb99f.tar.xz krb5-663c3cd21ebb5e5799ba440334f21abd3f5cb99f.zip |
Remove krbini.h (its contents are included in win-mac.h)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9881 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/cns/ChangeLog | 4 | ||||
-rw-r--r-- | src/windows/cns/cns.h | 1 | ||||
-rw-r--r-- | src/windows/cns/krbini.h | 37 |
3 files changed, 4 insertions, 38 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog index 9d982b22c4..07514ab2d0 100644 --- a/src/windows/cns/ChangeLog +++ b/src/windows/cns/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 17 13:58:06 1997 Richard Basch <basch@lehman.com> + + * cns.h: Don't include krb5ini.h (obsolete file) + Sat Feb 15 12:21:51 1997 Richard Basch <basch@lehman.com> * Makefile.in: Link in ComErr library $(CLIB) diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h index 9f6c852cfb..0d38da2f7b 100644 --- a/src/windows/cns/cns.h +++ b/src/windows/cns/cns.h @@ -21,7 +21,6 @@ #ifdef KRB5 #include "winsock.h" #include "krb5.h" -#include "krbini.h" #include "com_err.h" #define DEFAULT_TKT_LIFE 120 /* In 5 minute units */ diff --git a/src/windows/cns/krbini.h b/src/windows/cns/krbini.h deleted file mode 100644 index a3dd4854e2..0000000000 --- a/src/windows/cns/krbini.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Kerberos changed window message */ -#define WM_KERBEROS_CHANGED "Kerberos Changed" - -/* 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 */ -#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 */ -#define INI_TICKETOPTS "TicketOptions" /* Ticket options */ -#define INI_FORWARDABLE "Forwardable" /* get forwardable tickets */ -#define INI_KRB_CCACHE "krb5cc" /* From k5-config.h */ -#endif /* KRB5 */ -#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" |