util/process_docs.pl: Add more debugging output
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 83b024add013bc973b317df01d77a2cbf12ab9e5..1c4c204c9a0a35d11d5da45d8d297c796e17a820 100644 (file)
--- 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