1/* Define to 1 if the compiler supports __builtin_expect. */
2#define HAVE_BUILTIN_EXPECT 1
3
4/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
5 significant byte first (like Motorola and SPARC, unlike Intel). */
6#if defined __BIG_ENDIAN__
7# define WORDS_BIGENDIAN 1
8#else
9# ifndef WORDS_BIGENDIAN
10# undef WORDS_BIGENDIAN
11# endif
12#endif
13