From 7508eafbec2436de2d49d4e93d8f4030ec48aa1f 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 --- 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 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 -- cgit v1.2.1