summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-02-01 09:30:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-02-01 09:30:46 +0100
commit0ea8a0d1dcf1c259e081a17caa952de2c4ff160e (patch)
treeb64b9f9b44e236952c15d2458969e8267d579770 /config.h.cmake
parent36daa2806d7bfa38a2ce8f020c5ff7cad5b390b2 (diff)
downloadtdebase-0ea8a0d1dcf1c259e081a17caa952de2c4ff160e.tar.gz
tdebase-0ea8a0d1dcf1c259e081a17caa952de2c4ff160e.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 81ed8f2068c52b168e628835795bc390f3de5559)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6e27a2787..30d6b4af0 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -3,6 +3,10 @@
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+/* 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@
+
// Defined if compiler supports long long type.
#cmakedefine HAVE_LONG_LONG 1
@@ -43,6 +47,13 @@
// tdm, tdeioslave
#cmakedefine HAVE_TERMIOS_H 1
+// drkonqi
+#cmakedefine HAVE_STDINT_H 1
+#cmakedefine HAVE_SYS_BITYPES_H
+
+// drkonqi, tdeioslave
+#cmakedefine HAVE_SYS_TYPES_H 1
+
// tdeioslave/media
#cmakedefine WITH_HAL 1
#ifdef WITH_HAL