From f1258252af9029c93a503f5e45bf6ae88977c4dd Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 11 Aug 2021 13:22:46 +0200 Subject: Regen Configure and Glossary after backport of xlocale.h addition --- config_h.SH | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config_h.SH') 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 <$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 to get newlocale() and its friends. + * This symbol, if defined, indicates that the C program should + * include 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 -- cgit v1.2.1