RT3548: Remove unsupported platforms
[openssl.git] / crypto / bio / bss_acpt.c
index 0237c0fbc61e25a7c28a673a0170f76d9b29b0ce..1dd677669573e6c1ca007a4a669fd2f55cb8ce92 100644 (file)
 
 #ifndef OPENSSL_NO_SOCK
 
-#ifdef OPENSSL_SYS_WIN16
-#define SOCKET_PROTOCOL 0 /* more microsoft stupidity */
-#else
-#define SOCKET_PROTOCOL IPPROTO_TCP
-#endif
-
 #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
 #undef FIONBIO