diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:08:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 22:10:00 +0900 |
commit | 1e46f8abb29845a33189eb9fac7bcaa7b22b8342 (patch) | |
tree | ee5a20dead4ef8c8a4c649b002f5643556c9f810 | |
parent | 042d9e8aeb68bc5bfb3366c1bc3399cee8f986e8 (diff) | |
download | kcmldapcontroller-1e46f8abb29845a33189eb9fac7bcaa7b22b8342.tar.gz kcmldapcontroller-1e46f8abb29845a33189eb9fac7bcaa7b22b8342.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 6c91f0fe130ba831df1af6aa4d7174726fc7f10c)
-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 cb498b1..24119f3 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). */ |