diff options
Diffstat (limited to 'libdecnumber/config.in')
-rw-r--r-- | libdecnumber/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdecnumber/config.in b/libdecnumber/config.in index 1d4e9a3f98b..b25b9e9cdd4 100644 --- a/libdecnumber/config.in +++ b/libdecnumber/config.in @@ -69,6 +69,10 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |