summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-03-19 15:01:58 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-03-19 15:01:58 +0100
commitecb44b8e4ad52d8bce387644ab509c645da2e98f (patch)
tree9deb84c61feee5f2f2ed76abc1c0ea9a6ea18560 /config_h.SH
parent3462bde70bf321f756bf8f21ca688fa12d17dbdd (diff)
downloadperl-ecb44b8e4ad52d8bce387644ab509c645da2e98f.tar.gz
Add Configure probes for newlocale, freelocale, and uselocale
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH17
1 files changed, 17 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 9dd2c095a0..532238e26f 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -4150,6 +4150,23 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_nearbyint HAS_NEARBYINT /**/
+/* HAS_NEWLOCALE:
+ * This symbol, if defined, indicates that the newlocale routine is
+ * available to return a new locale object or modify an existing
+ * locale object.
+ */
+/* HAS_FREELOCALE:
+ * This symbol, if defined, indicates that the freelocale routine is
+ * available to deallocates the resources associated with a locale object.
+ */
+/* HAS_USELOCALE:
+ * This symbol, if defined, indicates that the uselocale routine is
+ * available to set the current locale for the calling thread.
+ */
+#$d_newlocale HAS_NEWLOCALE /**/
+#$d_freelocale HAS_FREELOCALE /**/
+#$d_uselocale HAS_USELOCALE /**/
+
/* HAS_NEXTAFTER:
* This symbol, if defined, indicates that the nextafter routine is
* available to return the next machine representable double from