diff options
author | Chaskiel M Grundman <unknown> | 2003-07-26 21:44:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-29 11:20:07 +0000 |
commit | e0b4086be61790b6983e8b3e4481fb6ca437ec94 (patch) | |
tree | 9be3f9943906e1f95bff7063ef7856e61b575780 /perl.h | |
parent | 6edd2cd5e1bfb21f9c181908df9edd7f62fdb48c (diff) | |
download | perl-e0b4086be61790b6983e8b3e4481fb6ca437ec94.tar.gz |
[perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
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
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |