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:41:51 +0900
commitec3aadb3632f0951192973daa4e6380f0451a9de (patch)
treed29064137559d4a3f115441585ba2a48b4253110 /config.h.cmake
parentb531e449a935232235bfdf1c01e799ab40afaae0 (diff)
downloadkmyfirewall-ec3aadb3.tar.gz
kmyfirewall-ec3aadb3.zip
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c5271c67110f7f37005e585f56bf061a236acb18)
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@