From: Craig A. Berry Date: Thu, 14 Sep 2006 03:50:18 +0000 (+0000) Subject: Define d_cplusplus on VMS when appropriate X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60f153dbff502bbba0af0d17c0358a2a047d68e6;p=p5sagit%2Fp5-mst-13.2.git Define d_cplusplus on VMS when appropriate p4raw-id: //depot/perl@28843 --- diff --git a/configure.com b/configure.com index b9e94f0..c0fb94b 100644 --- a/configure.com +++ b/configure.com @@ -2027,7 +2027,10 @@ $ DELETE/NOLOG/NOCONFIRM cxxvers.*; $ echo "You are using CXX ''line'" $ cxxversion = line $ ccversion = line +$ d_cplusplus = "define" $ CALL Cxx_demangler_cleanup +$ ELSE +$ d_cplusplus = "undef" $ ENDIF $! $Cxx_demangler_cleanup: SUBROUTINE @@ -5696,7 +5699,7 @@ $ WC "d_class='undef'" $ WC "d_cmsghdr_s='undef'" $ WC "d_const='define'" $ WC "d_copysignl='define'" -$ WC "d_cplusplus='undef'" +$ WC "d_cplusplus='" + d_cplusplus + "'" $ WC "d_crypt='define'" $ WC "d_csh='undef'" $ WC "d_cuserid='define'"