summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-01-25 15:48:29 +0200
committerMavridis Philippe <mavridisf@gmail.com>2021-01-25 15:48:29 +0200
commit3988d0b5dd1614839cee5a6aa23439cc156efe2d (patch)
treebf9b1f58ac0f799a9895aae701d7af93107f06b9 /config.h.cmake
parentc06676f232466dcc7917299b75f5296ff830b01c (diff)
downloadklamav-3988d0b5dd1614839cee5a6aa23439cc156efe2d.tar.gz
klamav-3988d0b5dd1614839cee5a6aa23439cc156efe2d.zip
CMake conversion
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..67860c5
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,12 @@
+#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 don't have either the XTest headers or
+ the xcb-util-keysyms headers */
+#cmakedefine NO_XTEST_EXTENSION 1