VMS: It seems DEC C doesn't handle certain header files quite right
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Apr 2016 16:42:52 +0000 (18:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Apr 2016 13:19:33 +0000 (15:19 +0200)
With DEC C on VMS, you can use __DECC_INCLUDE_PROLOGUE.H and
__DECC_INCLUDE_EPILOGUE.H to include some DEC C specific features or
pragmas without having to touch the other header files.

It seems, however, that the current version of the compiler requires
the file names to be upcased, or it doesn't handle them quite right.

Reviewed-by: Andy Polyakov <appro@openssl.org>
include/openssl/__DECC_INCLUDE_EPILOGUE.H [moved from include/openssl/__decc_include_epilogue.h with 100% similarity]
include/openssl/__DECC_INCLUDE_PROLOGUE.H [moved from include/openssl/__decc_include_prologue.h with 100% similarity]