Home | History | Annotate | Download | only in lib

Lines Matching refs:libintl

1 /* Convenience header for conditional use of GNU <libintl.h>.
25 # include <libintl.h>
41 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
43 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
44 as well because people using "gettext.h" will not include <libintl.h>,
45 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
52 <libintl.h>, which chokes if dcgettext is defined as a macro. So include
53 it now, to make later inclusions of <libintl.h> a NOP. */
57 # include <libintl.h>
95 /* Prefer gnulib's setlocale override over libintl's setlocale override. */