summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-01 14:33:19 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-19 22:39:52 +0200
commit6c4be50a5d775866e79b2f58fafb23a862bd38b2 (patch)
treec8c3c2d6bce8a4d954942883ecae788f45afa1d4 /e_os.h
parente33826f01bd78af76e0135c8dfab3387927a82bb (diff)
Move Haiku configuration to separate config file to denote
the fact that it's community-supported target. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/e_os.h b/e_os.h
index 83b024add0..1c4c204c9a 100644
--- a/e_os.h
+++ b/e_os.h
@@ -504,13 +504,6 @@ struct servent *getservbyname(const char *name, const char *proto);
# endif
/* end vxworks */
-/* haiku */
-# if defined(OPENSSL_SYS_HAIKU)
-# include <sys/select.h>
-# include <sys/time.h>
-# endif
-/* end haiku */
-
#define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0]))
#ifdef __cplusplus