summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-09-13 03:03:54 +0000
committerKeith Vetter <keithv@fusion.com>1995-09-13 03:03:54 +0000
commit4087ab472547dd231d6285ea6a386215a7743a25 (patch)
tree51249913aad2adb03d7d2cdfb2c7374738833c81 /src/include
parent45175bcaf0daef6398a714e21b08cce88e4c5257 (diff)
downloadkrb5-4087ab472547dd231d6285ea6a386215a7743a25.tar.gz
krb5-4087ab472547dd231d6285ea6a386215a7743a25.tar.xz
krb5-4087ab472547dd231d6285ea6a386215a7743a25.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog8
-rw-r--r--src/include/k5-int.h3
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 <jrivlin@fusion.com>
+
+ * 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 <mattly@fusion.com>
* krb5.hin: Conditionalized inclusion of <sts/types.h> 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