summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-09 10:27:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 08:38:54 +0900
commitc5271c67110f7f37005e585f56bf061a236acb18 (patch)
tree5982ba9b1022877181f9ae9ee5d5f9a0e439b7aa /config.h.cmake
parent9e9d5b5460266dca6e868298aa4ce0dfd8c062f9 (diff)
downloadkmyfirewall-c5271c67110f7f37005e585f56bf061a236acb18.tar.gz
kmyfirewall-c5271c67110f7f37005e585f56bf061a236acb18.zip
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..f5e471f
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,8 @@
+#define VERSION "@VERSION@"
+
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __TDE_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@