diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-13 15:11:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-28 20:31:40 +0900 |
commit | f9942e8b46d1a774a86281a54a3dac1b7db14b5c (patch) | |
tree | be205b25868498bc5d7d3e42c1a46497bd0db73c /config.h.cmake | |
parent | 4d658898f077e49ff002f991bf2183da8ae9790f (diff) | |
download | tde-style-qtcurve-r14.1.x.tar.gz tde-style-qtcurve-r14.1.x.zip |
Setup gcc visibility and clean up cmake files. This resolves issue #22.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb0b605dc2d0f5bc24dcf7d414d40b985fe07937)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 392c3fe..0dcbeb3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,3 +1,12 @@ +#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@ + #ifndef __CONFIG_H__ #define __CONFIG_H__ |