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-23 19:25:55 +0200
commite6036101ea96521109013bede196c70a7523ae00 (patch)
tree2e3796f6fcbdfd4701b6213acff50ea973b7111c /config.h.cmake
parent07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46 (diff)
downloadkopete-otr-e6036101ea96521109013bede196c70a7523ae00.tar.gz
kopete-otr-e6036101ea96521109013bede196c70a7523ae00.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>
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