diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-09-30 00:04:56 +0300 |
---|---|---|
committer | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-05-15 21:00:25 +0300 |
commit | 04e86613f67d171cc965fce64a4310c0d25c98e1 (patch) | |
tree | 08a85d43bc40568f94259601339ccd7e1de11773 /config.h.cmake | |
parent | cf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff) | |
download | koffice-feat/cmake-port.tar.gz koffice-feat/cmake-port.zip |
WIP: CMake portfeat/cmake-port
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 000000000..1b9955e2b --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,18 @@ +// 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@ + +#define VERSION "@VERSION@" +#define PREFIX "@CMAKE_INSTALL_PREFIX@" + +// Chalk: powf exists in math.h +#define HAVE_POWF @HAVE_MATH_POWF@ + +// Kross: if your system has Ruby 1.9.x +#cmakedefine HAVE_RUBY_1_9 + +// Kross: if your system has Ruby 3.x +#cmakedefine HAVE_RUBY_3
\ No newline at end of file |