Seema Alevoor wrote:
> But, is BIGENDIAN (or the BYTE_ORDER) bitness specific ? > Both 32 -bit and 64-bit apr.h header files on sparc have > #define APR_IS_BIGENDIAN 1 > and on x86 have > #define APR_IS_BIGENDIAN 0 Yes, that would be what i would expect. > So, there is no need for "#ifdef " for APR_IS_BIGENDIAN. I am not sure i follow here. Will Apache have to maintain two separate, independent source code trees, for different endian-ness ? That would be a radical departure from the current practices in effect in the SFW consolidation. Currently, only one source tree is maintained for any component, independent of endianness. That being the case, endianness must be #ifdef guarded for those cases which require it. --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
