summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
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@