Codebase list libcryptx-perl / 530690f
fix #19 t/checksum.t fails on AIX-5.3 Karel Miko 7 years ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
7979 #define ENDIAN_BIG
8080 #define ENDIAN_32BITWORD
8181 #define LTC_FAST
82 #endif
83
84 /* detect AIX */
85 #if defined(_AIX) && defined(_BIG_ENDIAN)
86 #define ENDIAN_BIG
87 #if defined(__LP64__) || defined(_ARCH_PPC64)
88 #define ENDIAN_64BITWORD
89 #else
90 #define ENDIAN_32BITWORD
91 #endif
8292 #endif
8393
8494 /* detect HP-UX */