summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-08 22:21:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-20 19:07:47 +0900
commit84136f93b36f0107deca190ebc105e3216b0638f (patch)
treec3dcaff9a31760e7471822c09606a38ec9f8f4df /config.h.cmake
parent111d9fbdfdbb78cdf3203c37761ecd5d422fa01c (diff)
downloadkvirc-feat/cmake-conversion.tar.gz
kvirc-feat/cmake-conversion.zip
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake30
1 files changed, 30 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..d11a4a2
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,30 @@
+// 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@
+
+// The size of `int', as computed by sizeof
+#cmakedefine SIZEOF_INT @SIZEOF_INT@
+
+// The size of `long int', as computed by sizeof
+#cmakedefine SIZEOF_LONG_INT @SIZEOF_LONG_INT@
+
+// The size of `long long int', as computed by sizeof
+#cmakedefine SIZEOF_LONG_LONG_INT @SIZEOF_LONG_LONG_INT@
+
+// The size of `short int', as computed by sizeof
+#cmakedefine SIZEOF_SHORT_INT @SIZEOF_SHORT_INT@
+
+// TDE directory
+#define TDE_DIR "@CMAKE_INSTALL_PREFIX@"
+
+// TDE Library directory
+#define TDE_LIBDIR "@LIB_INSTALL_DIR@"
+
+// Defined if building with TDE integration
+#cmakedefine COMPILE_TDE_SUPPORT @COMPILE_TDE_SUPPORT@
+
+// Defined if building with aRts support
+#cmakedefine COMPILE_ARTS_SUPPORT @COMPILE_ARTS_SUPPORT@