[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] building libevent from git on *BSD



On Fri, Jan 22, 2010 at 04:47:43PM -0500, Tom Pusateri wrote:
> I cloned the git tree today and tried building libevent on FreeBSD 7 and 8.
> 
> It needs netinet/in6.h but on the *BSD's that include file is in netinet6/in6.h so it can't find the definitions of in6_addr.
> 

I thought in6.h is never to be included directly (if it exists), but IPv6
interfaces should simply be available through <sys/socket.h> and
<netinet/in.h>.

Are there systems where those two headers don't provide the IPv6 interfaces?

***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.