diff options
author | wtc%netscape.com <devnull@localhost> | 2001-08-15 14:30:43 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2001-08-15 14:30:43 +0000 |
commit | f7b843b8dec17be6d612b30c52e39cfb35e62848 (patch) | |
tree | cf8d4ed2d3fa742f09f7cf0e04dc39a932f03388 | |
parent | 09d08274be73fcf95779a41da326405b8783e34e (diff) | |
download | nspr-hg-f7b843b8dec17be6d612b30c52e39cfb35e62848.tar.gz |
Bugzilla bug #88102: checked in a patch from Colin BlakesNSPRPUB_PRE_4_2_CLIENT_BASE
<colin@theblakes.com> that allows him to easily switch between BSD V4.4
(the default) and BSD V4.3 sockets on OpenVMS.
-rw-r--r-- | pr/include/md/_openvms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/include/md/_openvms.h b/pr/include/md/_openvms.h index fc495b69..b0a2af6f 100644 --- a/pr/include/md/_openvms.h +++ b/pr/include/md/_openvms.h @@ -99,7 +99,9 @@ struct ip_mreq { #define _PR_NO_LARGE_FILES /* IPv6 support */ +#ifdef _SOCKADDR_LEN #define _PR_HAVE_SOCKADDR_LEN +#endif #define _PR_HAVE_GETIPNODEBYNAME #define _PR_HAVE_GETIPNODEBYADDR #define _PR_INET6_PROBE |