diff options
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r-- | cmake/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in index 64f2648..97cd818 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -55,8 +55,8 @@ /* Define to 1 if you have the <windows.h> header file. */ #cmakedefine HAVE_WINDOWS_H 1 -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#cmakedefine WORDS_BIGENDIAN 1 +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#cmakedefine SNAPPY_IS_BIG_ENDIAN 1 #endif // THIRD_PARTY_SNAPPY_OPENSOURCE_CMAKE_CONFIG_H_ |