From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-23134-61814.9.
36507226414463@rt.perl.org>
Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
releases 4.x and 5.x.
p4raw-id: //depot/perl@20301
# define WIN32SCK_IS_STDSCK /* don't pull in custom wsock layer */
#endif
-/* In Tru64 use the 4.4BSD struct msghdr, not the 4.3 one */
-#if defined(__osf__) && defined(__alpha) && !defined(_SOCKADDR_LEN)
-# define _SOCKADDR_LEN
-#endif
-
#if defined(HAS_SOCKET) && !defined(VMS) && !defined(WIN32) /* VMS/WIN32 handle sockets via vmsish.h/win32.h */
# include <sys/socket.h>
# if defined(USE_SOCKS) && defined(I_SOCKS)