From 4087ab472547dd231d6285ea6a386215a7743a25 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Wed, 13 Sep 1995 03:03:54 +0000 Subject: [PATCH] Removed duplicate definitions of KRB5_REALM_CANT_RESOLVE, PROF_NO_SECTION and PROF_NO_RELATION git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6771 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 8 ++++++++ src/include/k5-int.h | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index e813a51c5..c4ab0a6fe 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +Tue Sep 12 12:00:00 1995 John Rivlin + + * k5-int.h: Removed KRB5_REALM_CANT RESOLVE, + PROF_NO_SECTION and PROF_NO_RELATION defines + as they are also defined in KerberosIV/krb_err.h + and util/profile/prof_err.et and create conflicts + on the Mac. + Sun Sep 10 12:00:00 1995 James Mattly * krb5.hin: Conditionalized inclusion of for _MACINTOSH diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 2dc2c1048..981df0987 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -216,9 +216,6 @@ int fstat(int fildes, struct stat *buf); #define EFBIG 1000 #define OLD_CONFIG_FILES -#define PROF_NO_SECTION 1 -#define PROF_NO_RELATION 2 -#define KRB5_REALM_CANT_RESOLVE 1 #define NOFCHMOD 1 #define NOCHMOD 1 -- 2.26.2