summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-06-15 01:13:34 +0000
committerKen Raeburn <raeburn@mit.edu>2005-06-15 01:13:34 +0000
commit79cee32cb2ebf89be41bcb657bea8295bbb6a7fc (patch)
tree1a1625188809d8208df75aa83aa172eb1459d623 /src/include/ChangeLog
parent6010b94a2518acfa0734fc65c9c0c2bd2adffa97 (diff)
downloadkrb5-79cee32cb2ebf89be41bcb657bea8295bbb6a7fc.tar.gz
krb5-79cee32cb2ebf89be41bcb657bea8295bbb6a7fc.tar.xz
krb5-79cee32cb2ebf89be41bcb657bea8295bbb6a7fc.zip
* k5-platform.h: Include endian.h if it's available, or machine/endian.h if
it's available. Include byteswap.h if available. (K5_LE, K5_BE): Define based on endianness macros from header files, if available. Only do the architecture tests if this fails. (SWAP16, SWAP32, SWAP64): Define if byteswap.h and bswap_16 are available. ({load,store}_{16,32,64}_le): Disable building of little-endian versions, which aren't currently used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17239 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 81b690cd4..d82d6fe45 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,16 @@
+2005-06-14 Ken Raeburn <raeburn@mit.edu>
+
+ * k5-platform.h: Include endian.h if it's available, or
+ machine/endian.h if it's available. Include byteswap.h if
+ available.
+ (K5_LE, K5_BE): Define based on endianness macros from header
+ files, if available. Only do the architecture tests if this
+ fails.
+ (SWAP16, SWAP32, SWAP64): Define if byteswap.h and bswap_16 are
+ available.
+ ({load,store}_{16,32,64}_le): Disable building of little-endian
+ versions, which aren't currently used.
+
2005-06-09 Ken Raeburn <raeburn@mit.edu>
* k5-platform.h (load_*): Change argument type to point to const.