summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-12-28 17:06:59 +0000
committerwtc%netscape.com <devnull@localhost>2000-12-28 17:06:59 +0000
commit663babe434c82c4264878a2c2ad03155093cc5c9 (patch)
treec0c38b21f97ef8254fcd7371e2117b4cadb8ea90
parentf2fb1d7f9a0e28d401cbf8da7800ab6cf05816d6 (diff)
downloadnspr-hg-663babe434c82c4264878a2c2ad03155093cc5c9.tar.gz
Bugzilla bug #63697: NetBSD 1.5 or newer has IPv6. Thanks to
martin@NetBSD.ORG (Martin Husemann) for the patch. (NSPRPUB_CLIENT_BRANCH)
-rw-r--r--pr/include/md/_netbsd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pr/include/md/_netbsd.h b/pr/include/md/_netbsd.h
index 8edc6ab9..5145a664 100644
--- a/pr/include/md/_netbsd.h
+++ b/pr/include/md/_netbsd.h
@@ -62,6 +62,12 @@
#define _PR_HAVE_SYSV_SEMAPHORES
#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
+#if __NetBSD_Version__ >= 105000000
+#define _PR_INET6
+#define _PR_HAVE_GETHOSTBYNAME2
+#define _PR_INET6_PROBE
+#endif
+
#define USE_SETJMP
#ifndef _PR_PTHREADS