On Nov 6, 2003, at 8:55 AM, Joe Orton wrote:
On Thu, Nov 06, 2003 at 08:27:57AM -0800, Aaron Bannert wrote:What is this and the APR_IS_BIGENDIAN macro used for? Do we have any code that is endian-dependent?
$ grep -l -r --include \*.c APR_IS_BIGENDIAN . ./random/unix/sha2.c
Ah, I didn't pick up the new directory in my last cvs update, so I didn't see it. Thanks.
I don't understand the use of REVERSE32, why isn't htonl() and ntohl() used?
And for REVERSE64, is there a longword version of h-to-n/n-to-h that we could
use instead?
-aaron