summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-07-01 15:32:14 +0000
committerTom Yu <tlyu@mit.edu>2000-07-01 15:32:14 +0000
commitd96893c596496bbdfc2e6e92597263edc8191081 (patch)
tree0b0037072502043394cfed6c027c18fbbfc880b3 /src/util/db2/include/ChangeLog
parent43790411001e8a84e6a2ecaf9c3232c8997258ad (diff)
downloadkrb5-d96893c596496bbdfc2e6e92597263edc8191081.tar.gz
krb5-d96893c596496bbdfc2e6e92597263edc8191081.tar.xz
krb5-d96893c596496bbdfc2e6e92597263edc8191081.zip
* db-config.h.in: New file; contains useful tidbits from
config.h.in generated by autoheader. It is needed because config.h.in has some thing we don't want to leak, like renaming of missing libc functions. * .cvsignore: Twiddle to reflect current reality. * db-int.h: #include config.h since db.h includes db-config.h which is not quite the same now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12504 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/include/ChangeLog')
-rw-r--r--src/util/db2/include/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 7918ecbe3..76b41c245 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,15 @@
+2000-07-01 Tom Yu <tlyu@mit.edu>
+
+ * db-config.h.in: New file; contains useful tidbits from
+ config.h.in generated by autoheader. It is needed because
+ config.h.in has some thing we don't want to leak, like renaming of
+ missing libc functions.
+
+ * .cvsignore: Twiddle to reflect current reality.
+
+ * db-int.h: #include config.h since db.h includes db-config.h
+ which is not quite the same now.
+
2000-06-30 Tom Yu <tlyu@mit.edu>
* db-int.h: Remove renaming for memmove, strerror, mkstemp since