[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mozilla & Ipv6



In article <[🔎] Pine.LNX.3.96.1000717012958.19031s-100000@wakko.deltatee.com> (at Mon, 17 Jul 2000 01:30:41 -0600 (MDT)), Jason Gunthorpe <jgg@ualberta.ca> says:

> The correct syntax for numbered IPv6 URIs is:
> 
> http://[3ffe:b00:c18:1fff:0:0:0:3e5]/
> 
> I don't know if mozilla speaks IPv6?

Though mozilla-M15 (and maybe later) can speak IPv6 (patch 
from <ume@mahoroba.org> is needed for M15), I'm not sure 
if we can specify raw ipv6 address.

Index: mozilla/nsprpub/config/Linux.mk
diff -u mozilla/nsprpub/config/Linux.mk.orig mozilla/nsprpub/config/Linux.mk
--- mozilla/nsprpub/config/Linux.mk.orig	Sat Apr 29 03:22:00 2000
+++ mozilla/nsprpub/config/Linux.mk	Sat Apr 29 03:22:19 2000
@@ -112,3 +112,5 @@
 DSO_CFLAGS		= -fPIC
 DSO_LDOPTS		= -shared
 DSO_LDFLAGS		=
+
+USE_IPV6		= 1
Index: mozilla/nsprpub/pr/include/md/_linux.h
diff -u mozilla/nsprpub/pr/include/md/_linux.h.orig mozilla/nsprpub/pr/include/md/_linux.h
--- mozilla/nsprpub/pr/include/md/_linux.h.orig	Thu Mar  9 01:26:16 2000
+++ mozilla/nsprpub/pr/include/md/_linux.h	Sat Apr 29 03:18:59 2000
@@ -410,4 +410,8 @@
 /* For writev() */
 #include <sys/uio.h>
 
+#ifdef _PR_INET6
+#define _PR_HAVE_GETHOSTBYNAME2
+#endif
+
 #endif /* nspr_linux_defs_h___ */

-- 
Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Web Page: http://www.ecei.tohoku.ac.jp/%7Eyoshfuji/
PGP5i FP: F731 6599 5EB2 BBA7 1515  1323 1806 A96F 5700 6B25 



Reply to: