diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:07:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 21:55:34 +0900 |
commit | 4d4a13e6374a078e93863f0cb33e4c8040cc22dd (patch) | |
tree | 14d4ce8914b9fdc829ca1b171e8e079e264e13c7 | |
parent | 375a26099cea787451c8dfba033c6c200a98d111 (diff) | |
download | kbiff-4d4a13e6374a078e93863f0cb33e4c8040cc22dd.tar.gz kbiff-4d4a13e6374a078e93863f0cb33e4c8040cc22dd.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1892412b452b7a2c93b03530433390fdd9baf12b)
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 19a2071..ed1f05a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#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). */ |