mirror of
https://github.com/aria2/aria2.git
synced 2024-12-14 17:39:11 +00:00
79764a1f11
Fixed compiler warning about redefinition of SIZE_MAX. Use common.h instead of config.h directly here. * src/Platform.{h, cc} The check of ENABLE_NLS is made in gettext.h, so it is not required here. * common.h 2008-02-02 gettextize <bug-gnu-gettext@gnu.org> Updated gettext related files. * configure.ac (AC_CONFIG_FILES): Add intl/Makefile. * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
7 lines
157 B
C
7 lines
157 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED
|
|
#endif
|