diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-09 01:11:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-09 01:11:38 -0600 |
commit | 7508eafbec2436de2d49d4e93d8f4030ec48aa1f (patch) | |
tree | 157847d4298d91981e40465ed4fb2f426bf1a760 /config.h.cmake | |
parent | b911168351033cde8e3b524060722e0001c27bda (diff) | |
download | tdelibs-7508eafbec2436de2d49d4e93d8f4030ec48aa1f.tar.gz tdelibs-7508eafbec2436de2d49d4e93d8f4030ec48aa1f.zip |
Add gcc visibility option to tdelibs
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 |