diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index a53b346a9..1893270e4 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -113,6 +113,9 @@ /* 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 */ #undef HAVE_FADVISE |