summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-06-02 19:04:49 +0100
committerAaron Crane <arc@cpan.org>2016-06-02 19:38:58 +0100
commitbc900e45a4498affce40e6fdd0282f3715c0b5be (patch)
treef361bd6be4101e56c7781cde524a46c7b99dc987 /config_h.SH
parentbd4dc8873aedf5144874edd7e1cf73988fb50bde (diff)
downloadperl-bc900e45a4498affce40e6fdd0282f3715c0b5be.tar.gz
Add Configure probe for querylocale()
As requested by khw++ Until the relevant symbol is used, HAS_QUERYLOCALE must be mentioned explicitly in metaconfig.h. This corresponds to metaconfig 541f0dd272df4f9326996727898393ac8f6626f7.
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 6e99d9923c..c21a634250 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3246,9 +3246,14 @@ 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_QUERYLOCALE:
+ * This symbol, if defined, indicates that the querylocale routine is
+ * available to return the name of the locale for a category mask.
+ */
#$d_newlocale HAS_NEWLOCALE /**/
#$d_freelocale HAS_FREELOCALE /**/
#$d_uselocale HAS_USELOCALE /**/
+#$d_querylocale HAS_QUERYLOCALE /**/
/* HAS_NEXTAFTER:
* This symbol, if defined, indicates that the nextafter routine is