summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-01-02 15:12:40 +0100
committerSlávek Banko <[email protected]>2020-01-22 16:16:32 +0100
commita2c0e6c98197215ac788982fbf5b236888eef79e (patch)
tree7ea36879375d9ad579fcdf226a605a36232e827b /config.h.cmake
parent9cd1493c36e94b9bfd36e35bc197ecf87634970e (diff)
downloadtqca-tls-a2c0e6c98197215ac788982fbf5b236888eef79e.tar.gz
tqca-tls-a2c0e6c98197215ac788982fbf5b236888eef79e.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
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