diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:30:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-13 21:45:45 +0900 |
commit | 3891d3d940222fad5130f587965f56f6adfff658 (patch) | |
tree | 93fa6bac304f5d5cde2338c2e62a4a60c8f8d93e | |
parent | dcbb5a4516d4d3565071f12b54b494571b50ebee (diff) | |
download | tdeaccessibility-3891d3d940222fad5130f587965f56f6adfff658.tar.gz tdeaccessibility-3891d3d940222fad5130f587965f56f6adfff658.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 28cb6f8982badc25fdaea55e60a3a3edaae9bef6)
-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 bfbd018..f365253 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). */ |