perl-5.8.0, langinfo.h and YESSTR
insecure [Thu, 21 Aug 2003 21:37:56 +0000 (00:37 +0300)]
Message-Id: <200308212137.57016.insecure@mail.od.ua>

p4raw-id: //depot/perl@20817

ext/I18N/Langinfo/Langinfo.xs

index 39faaf1..c1da981 100644 (file)
@@ -3,6 +3,7 @@
 #include "XSUB.h"
 
 #ifdef I_LANGINFO
+#   define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */
 #   include <langinfo.h>
 #endif