From ea0315ed880c6419bbc97549b10ecb6ba6ae2c00 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 23 Jul 2009 09:25:36 +0200 Subject: Add cmake check for big endian. --- config.h.cmake | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index e86f6926..b49b2278 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -77,14 +77,8 @@ /* Define to 1 if you want to enable debug output for crypto functions */ #cmakedefine DEBUG_CRYPTO 1 +/*************************** ENDIAN *****************************/ + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -/* # undef WORDS_BIGENDIAN */ -# endif -#endif +#cmakedefine WORDS_BIGENDIAN 1 -- cgit v1.2.1