VMS support.
[openssl.git] / crypto / bio / bss_conn.c
index 6e4fe9f5d4ef69d2141127957a6d7a70662b502e..21c379ed1a3209e19e207b1e7ed94dc42eaa3d2b 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_connect_st
        {
        int state;