diff options
author | Karl Williamson <khw@cpan.org> | 2019-02-16 22:12:41 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-03-04 13:01:37 -0700 |
commit | 2e3ef32f4acc106de6ae8170099f09a36d4ef490 (patch) | |
tree | 1182ba2bcee9a62e52f350e618dcdf86680da670 /symbian | |
parent | 0806cdda2789ca6394976d1ff3e65dd59bcb8d1b (diff) | |
download | perl-2e3ef32f4acc106de6ae8170099f09a36d4ef490.tar.gz |
Improve setlocale() detection in Configure-ish files
This also now notes some behavior of setlocale
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 655847a5cf..8b3122b286 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -439,6 +439,7 @@ d_sethostent_r='undef' d_setitimer='undef' d_setlinebuf='undef' d_setlocale='undef' +d_setlocale_accepts_any_locale_name='undef' d_setlocale_r='undef' d_setnent='undef' d_setnetent_r='undef' |