summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2014-06-05 15:30:08 -0500
committerCraig A. Berry <craigberry@mac.com>2014-06-05 15:30:08 -0500
commitbdcba584fd26e9a07f5d2d13db3b11fafca6bffe (patch)
treea346e0857d2e69109c4acbcc8a9e425b11980da4 /configure.com
parentea61af38ef61f87b08df7076da2908856ca87604 (diff)
downloadperl-bdcba584fd26e9a07f5d2d13db3b11fafca6bffe.tar.gz
wcs* fix-up for configure.com
VMS has had wcscmp and wcsxfrm since version 6.2 was released in 1995. None of these functions depends on what compiler we're running, only on what the C library has, and there is only one viable CRTL in existence in modern times, so we probably need a further refactor to eliminate the compiler check for this whole section.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com16
1 files changed, 4 insertions, 12 deletions
diff --git a/configure.com b/configure.com
index a38e3edd8e..d2d9d8c0dc 100644
--- a/configure.com
+++ b/configure.com
@@ -5405,10 +5405,6 @@ $ d_stdio_ptr_lval="define"
$ d_stdstdio="define"
$ d_strcoll="define"
$ d_strxfrm="define"
-$ d_wcscmp="undef"
-$ d_wcstombs="define"
-$ d_wcsxfrm="undef"
-$ d_wctomb="define"
$ i_langinfo="define"
$ i_locale="define"
$ vms_cc_type="decc"
@@ -5427,10 +5423,6 @@ $ d_stdio_ptr_lval="undef"
$ d_stdstdio="undef"
$ d_strcoll="undef"
$ d_strxfrm="undef"
-$ d_wctomb="undef"
-$ d_wcscmp="undef"
-$ d_wcstombs="define"
-$ d_wcsxfrm="undef"
$ i_langinfo="undef"
$ i_locale="undef"
$ ENDIF
@@ -6354,10 +6346,10 @@ $ 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_wcscmp='define'"
+$ WC "d_wcstombs='define'"
+$ WC "d_wcsxfrm='define'"
+$ WC "d_wctomb='define'"
$ WC "d_writev='undef'"
$ WC "d_xenix='undef'"
$ WC "db_hashtype=' '"