|
From: Lars C. <la...@cs...> - 2001-06-05 16:13:19
|
Description: This patch clean up the byte order handling in icqlib. It removed the include of platform specific headers in icqbyteorder.h and bases the byte order decision on whether WORDS_ENDIAN is defined or not. The macro AC_C_BIGENDIAN should be included in configure.in, so that autoconf will detect the endianess in a platform independent way. -- Lars Christensen, la...@cs... |