From: Richard Levitte Date: Sat, 6 Apr 2002 11:37:13 +0000 (+0000) Subject: Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and... X-Git-Tag: OpenSSL_0_9_7-beta1~121 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc7a3a9e9961c7e7e806df7035ec9fe16d1df277;p=oweals%2Fopenssl.git Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL. Submitted by Compaq. --- diff --git a/e_os2.h b/e_os2.h index ea92ff578a..9c4a541728 100644 --- a/e_os2.h +++ b/e_os2.h @@ -131,6 +131,9 @@ extern "C" { # define OPENSSL_SYS_VMS # if defined(__DECC) # define OPENSSL_SYS_VMS_DECC +# elif defined(__DECCXX) +# define OPENSSL_SYS_VMS_DECC +# define OPENSSL_SYS_VMS_DECCXX # else # define OPENSSL_SYS_VMS_NODECC # endif