aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-22 17:47:28 -0500
committerRich Salz <rsalz@openssl.org>2014-12-22 17:47:28 -0500
commit5ad4fdce41bb1ce7762b70fb50f732f70e3772cf (patch)
tree4f7aabf39c055333e29ce52794f0568d4ccb259b /e_os.h
parent67472bd82bed9d5e481b0d75926aab93618902be (diff)
downloadopenssl-5ad4fdce41bb1ce7762b70fb50f732f70e3772cf.tar.gz
RT3548: Remove unsupported platforms.
This commit removes MPE/iX Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/e_os.h b/e_os.h
index 23daaf1a7d..ec011c8ceb 100644
--- a/e_os.h
+++ b/e_os.h
@@ -421,9 +421,6 @@ static __inline unsigned int _strlen31(const char *str)
# else
/* !defined VMS */
-# ifdef OPENSSL_SYS_MPE
-# define NO_SYS_PARAM_H
-# endif
# ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD
# else
@@ -527,8 +524,6 @@ static __inline unsigned int _strlen31(const char *str)
# endif
# ifdef OPENSSL_SYS_VXWORKS
# include <time.h>
-# elif !defined(OPENSSL_SYS_MPE)
-# include <sys/time.h> /* Needed under linux for FD_XXX */
# endif
# include <netdb.h>