summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-12 22:17:47 +0900
committerMichele Calgaro <[email protected]>2024-07-14 22:30:13 +0900
commit5b0a7b08289d9a73630657719b051f1c4f11dd5e (patch)
tree0815601caf381c13b2af05a261f5a9b42441a199
parentd46f61a1b038df16a905dd5570ed88cc6649721d (diff)
downloadkcmautostart-5b0a7b08289d9a73630657719b051f1c4f11dd5e.tar.gz
kcmautostart-5b0a7b08289d9a73630657719b051f1c4f11dd5e.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 96c4fb615365fc4155d77095e9bf3808508fdff8)
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 61ede3a..4064b66 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). */