VMS support.
[openssl.git] / crypto / bio / bss_acpt.c
index 74e6bd6a05f80a09f0e8bcac5a0c8cb552a1af9f..e6961f2305082b0eea607ba0697664bb3c446cd7 100644 (file)
 #define SOCKET_PROTOCOL IPPROTO_TCP
 #endif
 
+#if (__VMS_VER < 70000000) /* FIONBIO used as a switch to enable ioctl, 
+                             and that isn't in VMS < 7.0 */
+#undef FIONBIO
+#endif
+
 typedef struct bio_accept_st
        {
        int state;