summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 16:44:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 16:44:20 -0600
commitb2b96a5ed3e8deccde46148bbb1d50f69f585bd9 (patch)
tree0cc8534ed51d78ffedb5cda69ff859d5c2392ee2 /config.h.cmake
parent398f6a122a0bb13043681d7f331e45d5ece56bdb (diff)
downloadtdebase-b2b96a5ed3e8deccde46148bbb1d50f69f585bd9.tar.gz
tdebase-b2b96a5ed3e8deccde46148bbb1d50f69f585bd9.zip
Add gcc visibility option to tdebase
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index cdf1db888..d72a96c33 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,5 +1,8 @@
#define VERSION "@VERSION@"
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+
// konsole
#cmakedefine HAVE_PROC_CWD 1