summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-28 14:12:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-28 14:12:27 +0000
commit2765b840fca882ed4632588ab696d917cbd8f128 (patch)
tree9b2a4b5ccf01cbb4c35fdd1508766e6371e8ca6f /configure.com
parent21c7e20cb06994bee68ab7053ced688d59fb6908 (diff)
downloadperl-2765b840fca882ed4632588ab696d917cbd8f128.tar.gz
Add Configure probes for nl_langinfo() and <langinfo.h>.
Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 3eac5bfa2c..73880ac851 100644
--- a/configure.com
+++ b/configure.com
@@ -4651,7 +4651,9 @@ $ d_strcoll="define"
$ d_strxfrm="define"
$ d_wctomb="define"
$ i_locale="define"
+$ i_langinfo="define"
$ d_locconv="define"
+$ d_nl_langinfo="define"
$ d_setlocale="define"
$ vms_cc_type="decc"
$ ELSE
@@ -4668,7 +4670,9 @@ $ d_strcoll="undef"
$ d_strxfrm="undef"
$ d_wctomb="undef"
$ i_locale="undef"
+$ i_langinfo="undef"
$ d_locconv="undef"
+$ d_nl_langinfo="undef"
$ d_setlocale="undef"
$ ENDIF
$ d_stdio_ptr_lval_sets_cnt="undef"
@@ -5137,6 +5141,7 @@ $ WC "d_msync='undef'"
$ WC "d_munmap='undef'"
$ WC "d_mymalloc='" + d_mymalloc + "'"
$ WC "d_nice='define'"
+$ WC "d_nl_langinfo='" + d_nl_langinfo + "'"
$ WC "d_nv_preserves_uv='" + d_nv_preserves_uv + "'"
$ WC "d_nv_preserves_uv_bits='" + d_nv_preserves_uv_bits + "'"
$ WC "d_off64_t='" + d_off64_t + "'"
@@ -5348,6 +5353,7 @@ $ WC "i_grp='undef'"
$ WC "i_iconv='" + i_iconv +"'"
$ WC "i_ieeefp='undef'"
$ WC "i_inttypes='" + i_inttypes + "'"
+$ WC "i_langinfo='" + i_langinfo + "'"
$ WC "i_libutil='" + i_libutil + "'"
$ WC "i_limits='define'"
$ WC "i_locale='" + i_locale + "'"