summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@openbsd.org>2014-07-09 03:30:00 -0700
committerKarl Williamson <khw@cpan.org>2014-09-22 10:53:35 -0600
commitb15c1b561a4d9a6ec5ecdf68b69fda7ef7d09cb7 (patch)
treef03b44e2bab9c6f0479deffc6b72e5a27f456c28 /configure.com
parentc774046ba1377cc500a8a8fd88aa3cf810aad808 (diff)
downloadperl-b15c1b561a4d9a6ec5ecdf68b69fda7ef7d09cb7.tar.gz
PATCH: [perl #122252] international currency formatting (POSIX.1-2008)
Add the new portions of locale currency formatting that are specified in POSIX.1-2008 The commiter (Karl Williamson) made the trivial indentation changes asked for by H. Merijn Brand, and added a perldelta entry
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 0bb1a75f03..2128bddae3 100644
--- a/configure.com
+++ b/configure.com
@@ -5398,6 +5398,7 @@ $ vms_cc_type="decc"
$ ENDIF
$ d_faststdio="define"
$ d_locconv="define"
+$ d_lc_monetary_2008="define"
$ d_mblen="define"
$ d_mbstowcs="define"
$ d_mbtowc="define"
@@ -6095,6 +6096,7 @@ $ WC "d_link='" + d_link + "'"
$ WC "d_llseek='undef'"
$ WC "d_localtime64='undef'"
$ WC "d_locconv='" + d_locconv + "'"
+$ WC "d_lc_monetary_2008='" + d_lc_monetary_2008 + "'"
$ WC "d_lockf='undef'"
$ WC "d_longdbl='" + d_longdbl + "'"
$ WC "d_longlong='" + d_longlong + "'"