From 2b3ad7abc100654e0f9b0d6e6f1ebbf219b2ea9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Feb 2017 03:03:15 +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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 97e002c..c992f3f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1 +1,5 @@ #define KNETWORKMANAGER_VERSION_STRING "@KNETWORKMANAGER_VERSION@" + +/* 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@ -- cgit v1.2.3