Endianness is determined at configure time rather than compile time -------------------------------------------------------------------
Key: AVRO-443 URL: https://issues.apache.org/jira/browse/AVRO-443 Project: Avro Issue Type: Sub-task Components: c Reporter: Bruce Mitchener configure.in includes: AC_C_BIGENDIAN That will define (or not) WORDS_BIGENDIAN ... which is used in src/encoding_binary.c That can be replaced with some compile-time checks ... I can submit a patch if necessary, let me know. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.