summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/config.bc2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
3 files changed, 6 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 86b4d51c85..16598d1234 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -244,6 +244,7 @@ d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
d_nice='undef'
+d_nl_langinfo='undef'
d_nv_preserves_uv='define'
d_nv_preserves_uv_bits='32'
d_off64_t='undef'
@@ -465,6 +466,7 @@ i_grp='undef'
i_iconv='undef'
i_ieeefp='undef'
i_inttypes='undef'
+i_langinfo='undef'
i_limits='define'
i_locale='define'
i_machcthr='undef'
diff --git a/win32/config.gc b/win32/config.gc
index 463631662f..0bf588d66c 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -244,6 +244,7 @@ d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
d_nice='undef'
+d_nl_langinfo='undef'
d_nv_preserves_uv='define'
d_nv_preserves_uv_bits='32'
d_off64_t='undef'
@@ -465,6 +466,7 @@ i_grp='undef'
i_iconv='undef'
i_ieeefp='undef'
i_inttypes='undef'
+i_langinfo='undef'
i_limits='define'
i_locale='define'
i_machcthr='undef'
diff --git a/win32/config.vc b/win32/config.vc
index 176aabe718..b5025fba67 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -244,6 +244,7 @@ d_msync='undef'
d_munmap='undef'
d_mymalloc='undef'
d_nice='undef'
+d_nl_langinfo='undef'
d_nv_preserves_uv='define'
d_nv_preserves_uv_bits='32'
d_off64_t='undef'
@@ -465,6 +466,7 @@ i_grp='undef'
i_iconv='undef'
i_ieeefp='undef'
i_inttypes='undef'
+i_langinfo='undef'
i_limits='define'
i_locale='define'
i_machcthr='undef'