diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-09-03 14:44:11 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-09-03 15:58:07 -0500 |
commit | 046cc26cf77f76bc63fd4d206fef560054f5d298 (patch) | |
tree | 97ff2b407e3588779aac22a5fd710d5e5d6704be /vms/vmsish.h | |
parent | c475d5dcffe516f06f78424f9515dc90cebe2577 (diff) | |
download | perl-046cc26cf77f76bc63fd4d206fef560054f5d298.tar.gz |
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.
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |