summaryrefslogtreecommitdiff
path: root/ext/I18N
diff options
context:
space:
mode:
authorinsecure <insecure@mail.od.ua>2003-08-22 00:37:56 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-22 05:18:53 +0000
commitf53b541b343894c9e7deb58805b37e1e9fa4f1d1 (patch)
tree173bb44e01bd14ffaf1ae9ad618b5f4f41cfec6a /ext/I18N
parent113d5bd98de2c46b2e852e15b8eb1becf60dddc4 (diff)
downloadperl-f53b541b343894c9e7deb58805b37e1e9fa4f1d1.tar.gz
perl-5.8.0, langinfo.h and YESSTR
Message-Id: <200308212137.57016.insecure@mail.od.ua> p4raw-id: //depot/perl@20817
Diffstat (limited to 'ext/I18N')
-rw-r--r--ext/I18N/Langinfo/Langinfo.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/I18N/Langinfo/Langinfo.xs b/ext/I18N/Langinfo/Langinfo.xs
index 39faaf1a3c..c1da9818c1 100644
--- a/ext/I18N/Langinfo/Langinfo.xs
+++ b/ext/I18N/Langinfo/Langinfo.xs
@@ -3,6 +3,7 @@
#include "XSUB.h"
#ifdef I_LANGINFO
+# define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */
# include <langinfo.h>
#endif