From 05b2e1bc9c15f5f17d3e83fd9a5e33cf52ef3ad3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 9 Jan 2012 01:11:38 -0600 Subject: Add gcc visibility option to tdelibs (cherry picked from commit 7508eafbec2436de2d49d4e93d8f4030ec48aa1f) --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 16e8434f9..8f97d45c3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -116,6 +116,9 @@ /* Define if you have OpenEXR */ #cmakedefine HAVE_EXR 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 -- cgit v1.2.1