diff options
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, |