From e6036101ea96521109013bede196c70a7523ae00 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 19 Jun 2021 00:54:26 +0200 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko Signed-off-by: gregory guy --- config.h.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h.cmake (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..d6e9df7 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,11 @@ +#define VERSION "@VERSION@" + +// 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 libotr >= 4.0.0 */ +#cmakedefine HAVE_LIBOTR_0400 1 -- cgit v1.2.1