diff options
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index c6b097ca8..f882ca25d 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -1,3 +1,7 @@ +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* The number of bytes in a usigned char. */ #undef SIZEOF_CHAR |