summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-04-19 15:07:16 +0200
committerAaron Crane <arc@cpan.org>2018-04-19 15:49:12 +0200
commit0faf531f63c88379bd22fe7801555d5aef100c5d (patch)
tree50a2d745f3213d5fb148c22cb7d00e379dbc3e92 /config_h.SH
parent836bb1e34a8e2f269b0c97fa72d2641e7c775787 (diff)
downloadperl-0faf531f63c88379bd22fe7801555d5aef100c5d.tar.gz
Rebuild Configure from latest units
Most of the change here comes from a single unit being moved in the generated Configure, but there are some substantive changes: - config_h.SH was missing HAS_DUPLOCALE and d_duplocale - d_duplocale was also missing from the platform-specific config-var files This still doesn't quite ensure that rebuilding Configure makes no changes, because there are differences to nl_langinfo() handling that need a change in our metaconfig units. That will come next.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 63cb2f753f..da5ee5e019 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3115,6 +3115,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol, if defined, indicates that the uselocale routine is
* available to set the current locale for the calling thread.
*/
+/* HAS_DUPLOCALE:
+ * This symbol, if defined, indicates that the duplocale routine is
+ * available to duplicate a locale object.
+ */
/* HAS_QUERYLOCALE:
* This symbol, if defined, indicates that the querylocale routine is
* available to return the name of the locale for a category mask.
@@ -3126,6 +3130,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_newlocale HAS_NEWLOCALE /**/
#$d_freelocale HAS_FREELOCALE /**/
#$d_uselocale HAS_USELOCALE /**/
+#$d_duplocale HAS_DUPLOCALE /**/
#$d_querylocale HAS_QUERYLOCALE /**/
#$i_xlocale I_XLOCALE /**/