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)
commit1bfe73d500f6127e61fcf2ffcf9b60c41cd6484e
tree25589657ec516630626d5bf7fb87d3c9a80aa24d
parent842dc98705e32789bbfef230dc02ab43885d429f
VMS: It seems DEC C doesn't handle certain header files quite right

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 [new file with mode: 0644]
include/openssl/__DECC_INCLUDE_PROLOGUE.H [new file with mode: 0644]
include/openssl/__decc_include_epilogue.h [deleted file]
include/openssl/__decc_include_prologue.h [deleted file]