Hi,

Is there any way compiling SCTP library without IPv6? I have specified
-UAF_INET6 in libnetworking Makefile DEFS, but it didn't work :(.
I have found that there is #ifdef AF_INET6 condition in sctp_header.h and in
socket.h, there is #define AF_INET6 28. So, the prior condition is a
tautology. We couldn't afford removing #define AF_INET6 28 statement as
well, because it would create a lot of compilation issues then.

I would appriciate any help in this regard.

Best regards,
Sazzad.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to