diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 01:16:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-10 01:16:09 -0600 |
commit | 4c08c66641779bd7d14fc68dde22af8f08603712 (patch) | |
tree | 70deeb1684b9480604632a001653ac9181286cc2 /artsc/artsc_export.h.in | |
parent | 7d1ddd67f4d66d34a6615d4020fc079ffed09cde (diff) | |
download | arts-4c08c66641779bd7d14fc68dde22af8f08603712.tar.gz arts-4c08c66641779bd7d14fc68dde22af8f08603712.zip |
Add gcc visibility option to arts
Diffstat (limited to 'artsc/artsc_export.h.in')
-rw-r--r-- | artsc/artsc_export.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/artsc/artsc_export.h.in b/artsc/artsc_export.h.in index 7a235b9..c7c78e3 100644 --- a/artsc/artsc_export.h.in +++ b/artsc/artsc_export.h.in @@ -20,7 +20,9 @@ #ifndef ARTSC_EXPORT_H #define ARTSC_EXPORT_H -#undef __KDE_HAVE_GCC_VISIBILITY +/* Defined if you have fvisibility and fvisibility-inlines-hidden support. */ +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + /** * The ARTS_NO_EXPORT macro marks the symbol of the given variable * to be hidden. A hidden symbol is stripped during the linking step, |