X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=e_os2.h;h=f4597a2c6703fc2037e0b06e0d55f74e415c0a4f;hp=405b51fceca403afc80254c7d8b4ef62356ab270;hb=86a2f966d0099d87dc2e2a05a923a26ebc182dea;hpb=eb1c48be6f27180fbb0622ea3ed26ea683f78869 diff --git a/e_os2.h b/e_os2.h index 405b51fcec..f4597a2c67 100644 --- a/e_os2.h +++ b/e_os2.h @@ -193,8 +193,14 @@ extern "C" { #endif /* --------------------------------- VOS ----------------------------------- */ -#ifdef OPENSSL_SYSNAME_VOS +#if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS) # define OPENSSL_SYS_VOS +#ifdef __HPPA__ +# define OPENSSL_SYS_VOS_HPPA +#endif +#ifdef __IA32__ +# define OPENSSL_SYS_VOS_IA32 +#endif #endif /* ------------------------------- VxWorks --------------------------------- */