summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-01-02 15:12:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-05-17 16:55:09 +0200
commitc0c3393c7bca3d3e340b598825c84b90ee91949f (patch)
treec26c4a73ad515f7013f45ad0030bb9d56508357a /config.h.cmake
parent41462673adf382a1c626087bac2df801ac92ca63 (diff)
downloadtqca-tls-c0c3393c7bca3d3e340b598825c84b90ee91949f.tar.gz
tqca-tls-c0c3393c7bca3d3e340b598825c84b90ee91949f.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit a2c0e6c98197215ac788982fbf5b236888eef79e)
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..44441e0
--- /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 you have the tqca library */
+#cmakedefine HAVE_TQCA 1