From 046cc26cf77f76bc63fd4d206fef560054f5d298 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sat, 3 Sep 2011 14:44:11 -0500 Subject: Remove sockadapt layer from the VMS build. SOCKETSHR is/was an interface to abstract out TCP/IP calls for the various vendors' networking implementations, including the freeware CMU-IP stack. Neither SOCKETSHR nor CMU-IP has seen any maintenance for over a decade and are likely not even C89-compliant. The CRTL socket routines have been supported by the different vendors' stacks for many years so there is no reason to maintain an alternative, and there probably hasn't been a real working alternative for some years anyway. The code is still there in maint-5.14 and earlier branches if anyone has need of it. --- vms/vmsish.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vms/vmsish.h') diff --git a/vms/vmsish.h b/vms/vmsish.h index e18758d7b6..f66fc5d9a2 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -348,7 +348,6 @@ struct interp_intern { __ckvms_sts,__FILE__,__LINE__); lib$signal(__ckvms_sts); } } STMT_END #ifdef VMS_DO_SOCKETS -#include "sockadapt.h" #define PERL_SOCK_SYSREAD_IS_RECV #define PERL_SOCK_SYSWRITE_IS_SEND #endif -- cgit v1.2.1