summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:17:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-14 22:30:02 +0900
commit1b49bc774aba3e8acdf9af50dcae25d5d5bfb2aa (patch)
tree84b68499db2172fa842d3f7a67290a828cbad1b6
parentf07b0d8b93aeab6927bff5bd4b2cf582407781c8 (diff)
downloadkatapult-1b49bc774aba3e8acdf9af50dcae25d5d5bfb2aa.tar.gz
katapult-1b49bc774aba3e8acdf9af50dcae25d5d5bfb2aa.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2f49939e7851334906a5ae1b25720ca4414b1af4)
-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). */