File: export.h

package info (click to toggle)
sharutils 1%3A4.11.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,900 kB
  • sloc: ansic: 37,299; sh: 5,830; makefile: 615; yacc: 291; sed: 16
file content (6 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (243)
1
2
3
4
5
6

#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBINTL_DLL_EXPORTED
#endif