diff options
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@" |