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:56:12 +0900 |
| commit | 269f792d61715438e80e5c7d3fb0b9ee9e287d40 (patch) | |
| tree | 3ad68103b833f5e650278ed130902b039382407a /config.h.in | |
| parent | 8e6884741a44dd3565eba17418d7f34b45dafd19 (diff) | |
| download | kipi-plugins-269f792d.tar.gz kipi-plugins-269f792d.zip | |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e18e047db9b44db9f69b93ef4a43ad2155472ed1)
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__) |
