diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-11 11:50:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 21:07:35 +0900 |
| commit | 34e58a5f61f02ec5e4a7d7eddcc9dd1e3065221c (patch) | |
| tree | a104da076eb54e972d9d44fc70cc30a23a6b8fc6 /config.h.cmake | |
| parent | 3a7da2573bb4eea68165e6102b013d5c0eeead46 (diff) | |
| download | tdelibs-34e58a5f.tar.gz tdelibs-34e58a5f.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 <michele.calgaro@yahoo.it>
(cherry picked from commit 0535c10ec2bf0638e784657965c8e5314ff49547)
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@" |
