[perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
Chaskiel M Grundman [Sat, 26 Jul 2003 21:44:06 +0000 (21:44 +0000)]
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

perl.h

diff --git a/perl.h b/perl.h
index 2e6a9f0..34f6dd0 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -672,11 +672,6 @@ int usleep(unsigned int);
 #  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)