diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-19 15:01:58 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-19 15:01:58 +0100 |
commit | ecb44b8e4ad52d8bce387644ab509c645da2e98f (patch) | |
tree | 9deb84c61feee5f2f2ed76abc1c0ea9a6ea18560 /plan9 | |
parent | 3462bde70bf321f756bf8f21ca688fa12d17dbdd (diff) | |
download | perl-ecb44b8e4ad52d8bce387644ab509c645da2e98f.tar.gz |
Add Configure probes for newlocale, freelocale, and uselocale
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index e7a1f78c9b..a0b0bf3c7d 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -222,6 +222,7 @@ d_fpclassify='undef' d_fpclassl='undef' d_fpgetround='undef' d_fpos64_t='undef' +d_freelocale='undef' d_frexpl='undef' d_fs_data_s='undef' d_fseeko='undef' @@ -392,6 +393,7 @@ d_mymalloc='define' d_nan='undef' d_ndbm_h_uses_prototypes='undef' d_nearbyint='undef' +d_newlocale='undef' d_nextafter='undef' d_nexttoward='undef' d_nice='undef' @@ -589,6 +591,7 @@ d_uname='define' d_union_semun='undef' d_unordered='undef' d_unsetenv='undef' +d_uselocale='undef' d_usleep='undef' d_usleepproto='undef' d_ustat='undef' |