summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2021-08-11 13:22:46 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2021-08-11 13:34:21 +0200
commitf1258252af9029c93a503f5e45bf6ae88977c4dd (patch)
tree4b9808292f492098aed9c2ef22f77f4228625929 /config_h.SH
parent68f1b6d700b9662cfdec43ceddbd086d4b59c87e (diff)
downloadperl-f1258252af9029c93a503f5e45bf6ae88977c4dd.tar.gz
Regen Configure and Glossary after backport of xlocale.h addition
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_h.SH b/config_h.SH
index 834dc9f2ee..b172eaec04 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3143,19 +3143,19 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
/* I_XLOCALE:
* This symbol, if defined, indicates to the C program that the
- * xlocale.h header is available. See also NEED_XLOCALE_H.
+ * header xlocale.h is available. See also NEED_XLOCALE_H
*/
/* NEED_XLOCALE_H:
- * This symbol, if defined, indicates that the C program should
- * include <xlocale.h> to get newlocale() and its friends.
+ * This symbol, if defined, indicates that the C program should
+ * include <xlocale.h> to get newlocale() and its friends.
*/
#$d_newlocale HAS_NEWLOCALE /**/
#$d_freelocale HAS_FREELOCALE /**/
#$d_uselocale HAS_USELOCALE /**/
#$d_duplocale HAS_DUPLOCALE /**/
#$d_querylocale HAS_QUERYLOCALE /**/
-#$i_xlocale I_XLOCALE /**/
#$xlocale_needed NEED_XLOCALE_H /**/
+#$i_xlocale I_XLOCALE /**/
/* HAS_NEXTAFTER:
* This symbol, if defined, indicates that the nextafter routine is