diff options
Diffstat (limited to 'thunk.h')
-rw-r--r-- | thunk.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -2,7 +2,7 @@ #define THUNK_H #include <inttypes.h> -#include <endian.h> +#include "config.h" #ifdef HAVE_BYTESWAP_H #include <byteswap.h> @@ -42,11 +42,6 @@ #endif -#undef WORDS_BIGENDIAN -#if __BYTE_ORDER == __BIG_ENDIAN -#define WORDS_BIGENDIAN -#endif - #ifdef WORDS_BIGENDIAN #define BSWAP_NEEDED #endif |