summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/include/ChangeLog')
-rw-r--r--src/util/db2/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index eacdbc8b7b..3ca9befe5b 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,13 @@
+2004-05-05 Ken Raeburn <raeburn@mit.edu>
+
+ * db-int.h: Include stdlib.h, and endian.h if available.
+ (LITTLE_ENDIAN, BIG_ENDIAN, BYTE_ORDER): If not defined, and if
+ versions with one or two leading underscores are defined, define
+ the no-underscore form in terms of the with-underscore one.
+ (DB_BYTE_ORDER): Define by checking LITTLE_ENDIAN, BIG_ENDIAN, and
+ BYTE_ORDER; report an error if that doesn't work. Don't check
+ WORDS_BIGENDIAN.
+
2002-09-05 Ken Raeburn <raeburn@mit.edu>
* db-int.h: If stdint.h or inttypes.h are found, include them.