diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:06:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-14 21:54:08 +0900 |
commit | 32970eb5216cec0a487598073144fa777c94fc7c (patch) | |
tree | b356a57e5b0a2eac4114f186a80d52c8be64f5cd /config.h.in | |
parent | 5d96e68f17a5569c2e34ca64ea086730fa996239 (diff) | |
download | digikam-32970eb5216cec0a487598073144fa777c94fc7c.tar.gz digikam-32970eb5216cec0a487598073144fa777c94fc7c.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 202f44ba..bce7b818 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__) |