[Xorp-users] HAVE_IPV6

Adam Greenhalgh adam@hiddennet.net
18 Jun 2003 09:17:01 +0100


The configure script detects the presence of ipv6 and writes either 

/* Define to 1 if you have IPv6 */
/* #undef HAVE_IPV6 */

if you don't have ipv6 or

/* Define to 1 if you have IPv6 */
#define HAVE_IPV6 1

if you do. 

Sorry not upto speed on the other ipv6 bits on linux, but give it a go
and see.

Adam


On Wed, 2003-06-18 at 08:25, Polychronis Ypodimatopoulos wrote:
> Some quick help please?
> 
> At various places in the code there is this check:
> 
> #ifdef HAVE_IPV6
> ...
> #endif // HAVE_IPV6
> 
> For some reason it doesn't work for me (RH 9.0 with 2.4.20-8)
> although I do have IPv6 enabled.
> Is there some starting point where this check is initially made?
> May I circumvent it?
> 
> thank you
> 
> Polychronis
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users@xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users