diff options
author | Michele Calgaro <[email protected]> | 2024-07-11 11:50:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-12 14:28:26 +0900 |
commit | 0535c10ec2bf0638e784657965c8e5314ff49547 (patch) | |
tree | a88e22369b92f0518dbb543c8a06f180f1a0a2b9 /config.h.cmake | |
parent | f613dab3b83b4e6eb7115c90276559cc046f2525 (diff) | |
download | tdelibs-0535c10ec2bf0638e784657965c8e5314ff49547.tar.gz tdelibs-0535c10ec2bf0638e784657965c8e5314ff49547.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.cmake b/config.h.cmake index 17a871252..b108f8418 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -186,9 +186,6 @@ /* Defined if you have elficon support. */ #cmakedefine HAVE_ELFICON 1 -/* Defined if you have fvisibility and fvisibility-inlines-hidden support. */ -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 - /* Define is posix_fadvise is supported */ #cmakedefine HAVE_FADVISE @@ -1182,9 +1179,6 @@ int snprintf(char *str, size_t n, char const *fmt, ...); /* execprefix or NONE if not set, for libloading */ #undef __KDE_EXECPREFIX -/* define to 1 if -fvisibility is supported */ -#undef __KDE_HAVE_GCC_VISIBILITY - /* path to su */ #cmakedefine __PATH_SU "@__PATH_SU@" |