diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-28 14:12:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-28 14:12:27 +0000 |
commit | 2765b840fca882ed4632588ab696d917cbd8f128 (patch) | |
tree | 9b2a4b5ccf01cbb4c35fdd1508766e6371e8ca6f /vos/config.alpha.def | |
parent | 21c7e20cb06994bee68ab7053ced688d59fb6908 (diff) | |
download | perl-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 'vos/config.alpha.def')
-rw-r--r-- | vos/config.alpha.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def index 93a9601401..6c4b1746d6 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -170,6 +170,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' @@ -348,6 +349,7 @@ $i_grp='define' $i_iconv='undef' $i_ieeefp='undef' $i_inttypes='undef' +$i_langinfo='undef' $i_libutil='undef' $i_limits='define' $i_locale='define' |