summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-06-19 00:54:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 02:31:18 +0200
commit4b5b36ca6c4b22bc296c96aba8074adb9acb7271 (patch)
treef307a072229dd8887ef39224c456f68c5dee3b38 /config.h.cmake
parent1558cdbbf767478e1521d3121a1e726d58c6201c (diff)
downloadkopete-otr-4b5b36ca6c4b22bc296c96aba8074adb9acb7271.tar.gz
kopete-otr-4b5b36ca6c4b22bc296c96aba8074adb9acb7271.zip
Conversion to the cmake building system.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit e6036101ea96521109013bede196c70a7523ae00)
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
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