diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:32:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-13 21:54:09 +0900 |
commit | e18e047db9b44db9f69b93ef4a43ad2155472ed1 (patch) | |
tree | 804b8c3f3009239e8b4655d76e46222c03f5bcc8 /config.h.in | |
parent | c75fdc23caa73500702ac4fe8cb8cc42055d223c (diff) | |
download | kipi-plugins-e18e047db9b44db9f69b93ef4a43ad2155472ed1.tar.gz kipi-plugins-e18e047db9b44db9f69b93ef4a43ad2155472ed1.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 898e37f..d823dd1 100644 --- a/config.h.in +++ b/config.h.in @@ -232,7 +232,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__) |