summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-05-17 00:55:10 +0000
committerwtc%netscape.com <devnull@localhost>2000-05-17 00:55:10 +0000
commit900d8bc770454689ee085847f59e377d091e4720 (patch)
tree7a6703a28f71228ca8ac06ef26c43b209e75346a
parent863008e7654c67155d1960235372c81a86916165 (diff)
downloadnspr-hg-900d8bc770454689ee085847f59e377d091e4720.tar.gz
Checked in IPv6 patch for Colin Blake <colin@theblakes.com>.
(NSPRPUB_CLIENT_BRANCH)
-rw-r--r--pr/include/md/_openvms.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pr/include/md/_openvms.h b/pr/include/md/_openvms.h
index 6f888b72..091f202b 100644
--- a/pr/include/md/_openvms.h
+++ b/pr/include/md/_openvms.h
@@ -81,6 +81,17 @@ struct ip_mreq {
#define _PR_STAT_HAS_ONLY_ST_ATIME
#define _PR_NO_LARGE_FILES
+/* IPv6 support */
+#define _PR_HAVE_GETIPNODEBYNAME
+#define _PR_HAVE_GETIPNODEBYADDR
+#define _PR_INET6_PROBE
+#ifndef _PR_INET6
+#define AF_INET6 26
+#define AI_V4MAPPED 0x00000010
+#define AI_ALL 0x00000008
+#define AI_ADDRCONFIG 0x00000020
+#endif
+
#undef USE_SETJMP
#include <setjmp.h>