diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-02 01:42:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-02 01:42:14 +0100 |
commit | 7465301962f51ca6503333273403e82b459f89c2 (patch) | |
tree | 35e3209367a3547455b74f8edb1551a26691ef5a /config.h.cmake | |
parent | ceff6f25c3dd35779072a78b3262402be50d168a (diff) | |
download | tdepim-7465301962f51ca6503333273403e82b459f89c2.tar.gz tdepim-7465301962f51ca6503333273403e82b459f89c2.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1458cc35b20c25c30db011c3ce958b7bd5d62c34)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 206a81234..eb51aa524 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,3 +1,8 @@ + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + // libkcal #cmakedefine USE_LIBICAL_0_46 1 @@ -33,6 +38,7 @@ #cmakedefine HAVE_LIBSASL2 1 // kmail +#cmakedefine HAVE_BYTESWAP_H 1 #cmakedefine HAVE_STLNAMESPACE 1 #cmakedefine STD_NAMESPACE_PREFIX @STD_NAMESPACE_PREFIX@ |