From 2765b840fca882ed4632588ab696d917cbd8f128 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 28 Jun 2001 14:12:27 +0000 Subject: Add Configure probes for nl_langinfo() and . 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 --- vos/config.alpha.def | 2 ++ vos/config.alpha.h | 13 +++++++++++++ vos/config.ga.def | 2 ++ vos/config.ga.h | 13 +++++++++++++ 4 files changed, 30 insertions(+) (limited to 'vos') 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' diff --git a/vos/config.alpha.h b/vos/config.alpha.h index e62bec2c3b..7f108eb5d1 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -3374,6 +3374,13 @@ */ /*#define HAS_FLOCK_PROTO /**/ +/* HAS_NL_LANGINFO: + * This symbol, if defined, indicates that the nl_langinfo routine is + * available to return local data. You will also need + * and therefore I_LANGINFO. + */ +/*#define HAS_NL_LANGINFO /**/ + /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask @@ -3440,4 +3447,10 @@ */ /*#define HAS_USLEEP_PROTO /**/ +/* I_LANGINFO: + * This symbol, if defined, indicates that exists and + * should be included. + */ +/*#define I_LANGINFO /**/ + #endif diff --git a/vos/config.ga.def b/vos/config.ga.def index 8774ae7ad9..8512751095 100644 --- a/vos/config.ga.def +++ b/vos/config.ga.def @@ -170,6 +170,7 @@ $d_msync='undef' $d_munmap='define' $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' diff --git a/vos/config.ga.h b/vos/config.ga.h index 7529d70217..80a418a294 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -3374,6 +3374,13 @@ */ /*#define HAS_FLOCK_PROTO /**/ +/* HAS_NL_LANGINFO: + * This symbol, if defined, indicates that the nl_langinfo routine is + * available to return local data. You will also need + * and therefore I_LANGINFO. + */ +/*#define HAS_NL_LANGINFO /**/ + /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask @@ -3440,4 +3447,10 @@ */ /*#define HAS_USLEEP_PROTO /**/ +/* I_LANGINFO: + * This symbol, if defined, indicates that exists and + * should be included. + */ +/*#define I_LANGINFO /**/ + #endif -- cgit v1.2.1