X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os2.h;h=d22c0368f80cc3600717ae6bc5925a4cf8f4fc7d;hp=5106f44f513a4f1ef2e840b0be98ff5f1ba3b43a;hb=55614f89f0beb53ebafbfc680cf7b4d114b44d30;hpb=cb70355d8721a887a18e7e1afd6876aae26a9332 diff --git a/e_os2.h b/e_os2.h index 5106f44f51..d22c0368f8 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 --------------------------------- */