From 81ed8f2068c52b168e628835795bc390f3de5559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 1 Feb 2017 09:30:33 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- config.h.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index d7d9b7a20..30828ca62 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 @@ -46,6 +50,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 -- cgit v1.2.3