Included krb5/osconf.h so that things will work under imake as well as
authorTheodore Tso <tytso@mit.edu>
Mon, 20 Jun 1994 23:44:03 +0000 (23:44 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 20 Jun 1994 23:44:03 +0000 (23:44 +0000)
under the autoconf build setup.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3870 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/ChangeLog [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc.h
src/lib/krb5/rcache/ChangeLog [new file with mode: 0644]
src/lib/krb5/rcache/rc_base.h

diff --git a/src/lib/krb5/ccache/file/ChangeLog b/src/lib/krb5/ccache/file/ChangeLog
new file mode 100644 (file)
index 0000000..5877981
--- /dev/null
@@ -0,0 +1,5 @@
+Mon Jun 20 19:36:19 1994  Theodore Y. Ts'o  (tytso at tsx-11)
+
+       * fcc.h: #include <krb5/osconf.h> so that build works using imake.
+
+
index cbc68794e4c8e76c8a918f549c4bff8b5483d222..ddee7f666c22077b437df2c8a5ae8e6722f28fd2 100644 (file)
@@ -32,6 +32,7 @@
 #define __KRB5_FILE_CCACHE__
 
 #include <krb5/krb5.h>
+#include <krb5/osconf.h>
 #include <krb5/ext-proto.h>
 #include "fcc-proto.h"
 #include <krb5/sysincl.h>
diff --git a/src/lib/krb5/rcache/ChangeLog b/src/lib/krb5/rcache/ChangeLog
new file mode 100644 (file)
index 0000000..d51d51a
--- /dev/null
@@ -0,0 +1,4 @@
+Mon Jun 20 19:37:13 1994  Theodore Y. Ts'o  (tytso at tsx-11)
+
+       * rc_base.h: #include <krb5/osconf.h> so that build works using imake. 
+
index 81fe341c7196e17383d629f23f951399159d981b..04595de62126d9afd397f7568351a08ea39c04b2 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef KRB5_RC_H
 #define KRB5_RC_H
 #include <krb5/krb5.h>
+#include <krb5/osconf.h>
 #include <krb5/ext-proto.h>
 
 /* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */