summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:06:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-14 21:55:00 +0900
commit3823312d993f0cc84f40101086e10bb5fe3bcca7 (patch)
treed91edb8e703fc8399f5346820d9d26c8237c992b /config.h.in
parent92f474f0e9fe5d610c4848bf92f258b54ca6dcd3 (diff)
downloaddigikam-3823312d993f0cc84f40101086e10bb5fe3bcca7.tar.gz
digikam-3823312d993f0cc84f40101086e10bb5fe3bcca7.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 32970eb5216cec0a487598073144fa777c94fc7c)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 202f44b..bce7b81 100644
--- a/config.h.in
+++ b/config.h.in
@@ -237,7 +237,7 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
/* define to 1 if -fvisibility is supported */
-#undef __KDE_HAVE_GCC_VISIBILITY
+#undef __TDE_HAVE_GCC_VISIBILITY
#if defined(__SVR4) && !defined(__svr4__)