summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-08-07 00:16:39 +0000
committerwtc%netscape.com <devnull@localhost>2002-08-07 00:16:39 +0000
commit51264ba831e85a2b1f46c4d5a6384cb47428c9f6 (patch)
treefb1a1320e35491e6bb741516d7aad96bb8b1f00e
parent4e60db50425efa9a5d3e7bd488df5ea41eca36aa (diff)
downloadnspr-hg-51264ba831e85a2b1f46c4d5a6384cb47428c9f6.tar.gz
Bug 149195: added IPv6 support for IRIX. The patch is contributed by
nickb@adacel.com.au (Nick Blievers).
-rw-r--r--pr/include/md/_irix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pr/include/md/_irix.h b/pr/include/md/_irix.h
index 09067002..e81ee5ad 100644
--- a/pr/include/md/_irix.h
+++ b/pr/include/md/_irix.h
@@ -78,6 +78,11 @@
#define PR_HAVE_POSIX_NAMED_SHARED_MEMORY
#define _PR_ACCEPT_INHERIT_NONBLOCK
+#ifdef _PR_INET6
+#define _PR_HAVE_GETIPNODEBYNAME
+#define _PR_HAVE_GETIPNODEBYADDR
+#endif
+
/* Initialization entry points */
NSPR_API(void) _MD_EarlyInit(void);
#define _MD_EARLY_INIT _MD_EarlyInit