< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Closer to release


Problem is it's not on the default include path for most systems - it gets
pulled in from very system dependent directories.

On the first system I looked at, the things we actually _use_ in resip
are defined in in.h directly.

So, looking for a header probably isn't good enough.

Anybody run across a good autoconf test for platform v6 support?

RjS

On May 11, 2005, at 10:24 AM, Cullen Jennings wrote:

On 5/10/05 6:42 PM, "Robert Sparks" <rjsparks@xxxxxxxxxxx> wrote:


There was already an enable-ipv6. Right this second it defaults
to no. We should look at making it more like what we do for SSL above.
(Just need to know what condition to check for - probably just a header)

in6.h is a good header file to look for to detect support for ipv6