summaryrefslogtreecommitdiffstats
path: root/src/util/db2
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-10-24 15:23:25 +0000
committerEzra Peisach <epeisach@mit.edu>2001-10-24 15:23:25 +0000
commit95305e3be8923874c1c28da393a9084c3f0e748c (patch)
tree36ad83e2b75ee16ee6a8a5ae4104e67f47d08c2a /src/util/db2
parent5d63c1a73d6932e522b14da7739e07ceae3ea777 (diff)
downloadkrb5-95305e3be8923874c1c28da393a9084c3f0e748c.tar.gz
krb5-95305e3be8923874c1c28da393a9084c3f0e748c.tar.xz
krb5-95305e3be8923874c1c28da393a9084c3f0e748c.zip
* db-config.h.in: Remove unnecessary definitions for including
db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short, int8_t, u_int8_t, int16_t, u_int16_t, int32_t. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13842 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2')
-rw-r--r--src/util/db2/include/ChangeLog6
-rw-r--r--src/util/db2/include/db-config.h.in12
2 files changed, 6 insertions, 12 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 295f48fb75..72a10ed357 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-24 Ezra Peisach <epeisach@mit.edu>
+
+ * db-config.h.in: Remove unnecessary definitions for including
+ db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short,
+ int8_t, u_int8_t, int16_t, u_int16_t, int32_t.
+
2001-07-06 Ezra Peisach <epeisach@mit.edu>
* db-dbm.h: New header file which lists the dbm interfaces.
diff --git a/src/util/db2/include/db-config.h.in b/src/util/db2/include/db-config.h.in
index c9d585de63..bcd7991b34 100644
--- a/src/util/db2/include/db-config.h.in
+++ b/src/util/db2/include/db-config.h.in
@@ -6,22 +6,10 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-#undef ssize_t
-
#undef u_char
-#undef u_short
#undef u_int
#undef u_long
-#undef int8_t
-#undef u_int8_t
-#undef int16_t
-#undef u_int16_t
-#undef int32_t
#undef u_int32_t
/* The number of bytes in a int. */