summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-06-02 17:11:05 +0200
committerYves Orton <demerphq@gmail.com>2014-06-05 12:08:43 +0200
commit9cdcdad126263a7888f5a86ae60f65f2e7011d28 (patch)
treeb68c0eb68b43049c3ab075c5be56b81b199c7b4d /configure.com
parent98db13baacd721f4c6dcb804d95867ae97dac218 (diff)
downloadperl-9cdcdad126263a7888f5a86ae60f65f2e7011d28.tar.gz
Probe for working wcscmp and wcsxfrm
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com38
1 files changed, 22 insertions, 16 deletions
diff --git a/configure.com b/configure.com
index 48f6105a56..a38e3edd8e 100644
--- a/configure.com
+++ b/configure.com
@@ -5391,44 +5391,48 @@ $!
$! Dec C alone
$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
$ THEN
+$ d_faststdio="define"
+$ d_locconv="define"
+$ d_mblen="define"
$ d_mbstowcs="define"
$ d_mbtowc="define"
+$ d_mktime="define"
+$ d_nl_langinfo="define"
+$ d_setlocale="define"
$ d_stdiobase="define"
$ d_stdio_cnt_lval="define"
$ d_stdio_ptr_lval="define"
$ d_stdstdio="define"
-$ d_faststdio="define"
-$ d_wcstombs="define"
-$ d_mblen="define"
-$ d_mktime="define"
$ d_strcoll="define"
$ d_strxfrm="define"
+$ d_wcscmp="undef"
+$ d_wcstombs="define"
+$ d_wcsxfrm="undef"
$ d_wctomb="define"
-$ i_locale="define"
$ i_langinfo="define"
-$ d_locconv="define"
-$ d_nl_langinfo="define"
-$ d_setlocale="define"
+$ i_locale="define"
$ vms_cc_type="decc"
$ ELSE
+$ d_faststdio="undef"
+$ d_locconv="undef"
+$ d_mblen="undef"
$ d_mbstowcs="undef"
$ d_mbtowc="undef"
+$ d_mktime="undef"
+$ d_nl_langinfo="undef"
+$ d_setlocale="undef"
$ d_stdiobase="undef"
$ d_stdio_cnt_lval="undef"
$ d_stdio_ptr_lval="undef"
$ d_stdstdio="undef"
-$ d_faststdio="undef"
-$ d_wcstombs="undef"
-$ d_mblen="undef"
-$ d_mktime="undef"
$ d_strcoll="undef"
$ d_strxfrm="undef"
$ d_wctomb="undef"
-$ i_locale="undef"
+$ d_wcscmp="undef"
+$ d_wcstombs="define"
+$ d_wcsxfrm="undef"
$ i_langinfo="undef"
-$ d_locconv="undef"
-$ d_nl_langinfo="undef"
-$ d_setlocale="undef"
+$ i_locale="undef"
$ ENDIF
$ d_stdio_ptr_lval_sets_cnt="undef"
$ d_stdio_ptr_lval_nochange_cnt="define"
@@ -6350,7 +6354,9 @@ $ WC "d_vprintf='define'"
$ WC "d_vsnprintf='" + d_vsnprintf + "'"
$ WC "d_wait4='" + d_wait4 + "'"
$ WC "d_waitpid='define'"
+$ WC "d_wcscmp='" + d_wcscmp + "'"
$ WC "d_wcstombs='" + d_wcstombs + "'"
+$ WC "d_wcsxfrm='" + d_wcsxfrm + "'"
$ WC "d_wctomb='" + d_wctomb + "'"
$ WC "d_writev='undef'"
$ WC "d_xenix='undef'"