summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
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 'uconfig.h')
-rw-r--r--uconfig.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 81d5e063fe..dc6690ef0b 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -226,6 +226,12 @@
*/
/*#define HAS_LOCALECONV / **/
+/* HAS_LC_MONETARY_2008:
+ * This symbol, if defined, indicates that the localeconv routine is
+ * available and has the additional members added in POSIX 1003.1-2008.
+ */
+/*#define HAS_LC_MONETARY_2008 / **/
+
/* HAS_LOCKF:
* This symbol, if defined, indicates that the lockf routine is
* available to do file locking.
@@ -4865,6 +4871,6 @@
#endif
/* Generated from:
- * d7da79ac72d2191d6814ec98688e342f20eba70c64292c2e0b6b5622cdf3b6e6 config_h.SH
- * a3cd0b705a952f6915cc1424cc116d4183481f54ba9605415baf93bc57e12122 uconfig.sh
+ * 74bb96b6e7b18b5b5f121da4f2849cd5521bb55ff62d63970fedb9a7ebd80f63 config_h.SH
+ * 35023b2d9244ad2dc3abea4bb5174a7f66398b60266231cb9a2c3bfc8df867cf uconfig.sh
* ex: set ro: */