Bugzilla bug 124981: Enable IPv6 support for FreeBSD. This patch is

contributed by Munechika Sumikawa <sumikawa@ebina.hitachi.co.jp>.
This commit is contained in:
wtc%netscape.com 2002-02-16 07:12:55 +00:00
parent 4393ca68c3
commit 250eaf03b9

View File

@ -88,6 +88,12 @@
#define _PR_HAVE_SYSV_SEMAPHORES
#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
#if __FreeBSD_version >= 400014
#define _PR_INET6
#define _PR_HAVE_GETHOSTBYNAME2
#define _PR_INET6_PROBE
#endif
#define USE_SETJMP
#ifndef _PR_PTHREADS