summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-12-14 19:45:46 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-12-14 19:45:46 +0000
commite4dfc548c57b690db9122d1db3342ed0a785c8bb (patch)
treec137bc6eae2e0e7023ba45f5bf8b516fd2fd9421 /config.h.cmake
parent06da4b46c442778c67b788b747f04b386b5247ac (diff)
We need this to make the define really be defined
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 123288a9..5d27156a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -123,6 +123,9 @@
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine HAVE_ZLIB_H 1
+/* Define to 1 if you have a big endian machine */
+#cmakedefine WORDS_BIGENDIAN 1
+
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST ${ICONV_CONST}