summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-02-28 07:58:41 +0000
committerJohn Gilmore <gnu@toad.com>1995-02-28 07:58:41 +0000
commit56fec7c4ed0eff697a18f5df2e023209eb99d0a3 (patch)
tree2424d1bc864f49bbbff371f212126226d51cd775 /src/include/krb5/ChangeLog
parent7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb (diff)
downloadkrb5-56fec7c4ed0eff697a18f5df2e023209eb99d0a3.tar.gz
krb5-56fec7c4ed0eff697a18f5df2e023209eb99d0a3.tar.xz
krb5-56fec7c4ed0eff697a18f5df2e023209eb99d0a3.zip
* Makefile.in (osconf.h): Remove temp file osconf.new
* base-defs.h, dbm.h, error_def.h, sysincl.h: Avoid #include <krb5/...> form; use "..." form. * config.h: Rename to k5-config.h. This is too common a name, now that we use -I..../include/krb5. * free.h: Rename to k5-free.h. * configure.in (AC_INIT): Use another file (not krb5.h) as src test. [Didn't check in the removal of <krb5/krb5.h> yet, til I check in the other changes throughout the tree that make it work.] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5004 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
-rw-r--r--src/include/krb5/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 92bb602de..2602e9a2c 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,21 @@
+Mon Feb 27 23:47:58 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in (osconf.h): Remove temp file osconf.new.
+
+ * krb5.h: Rename to ../krb5.h so it can be #included by end users
+ without the use of slashes or extra -I options. First step in
+ making it stand alone without a train of a dozen other include
+ files tagging along behind.
+
+ * base-defs.h, dbm.h, error_def.h, sysincl.h: Avoid #include
+ <krb5/...> form; use "..." form.
+
+ * config.h: Rename to k5-config.h. This is too common a
+ name, now that we use -I..../include/krb5.
+ * free.h: Rename to k5-free.h.
+
+ * configure.in (AC_INIT): Use another file (not krb5.h) as src test.
+
Mon Feb 27 11:35:49 1995 Keith Vetter (keithv@fusion.com)
* config.h: added windows interface keyword for varargs functions,