xref: /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/export.h (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1 
2 #if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
3 #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
4 #else
5 #define LIBINTL_DLL_EXPORTED
6 #endif
7