• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
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