[poppler] config.h.cmake

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Dec 14 11:46:22 PST 2010


 config.h.cmake |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit e4dfc548c57b690db9122d1db3342ed0a785c8bb
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Dec 14 19:45:46 2010 +0000

    We need this to make the define really be defined

diff --git a/config.h.cmake b/config.h.cmake
index 123288a..5d27156 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}
 


More information about the poppler mailing list