6 # define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */
10 #include "const-c.inc"
12 MODULE = I18N::Langinfo PACKAGE = I18N::Langinfo
23 #ifdef HAS_NL_LANGINFO
24 RETVAL = newSVpv(nl_langinfo(code), 0);
26 croak("nl_langinfo() not implemented on this architecture");