On 09.02.2016 20:56, Samuel Thibault wrote: > Thomas Huth, on Tue 09 Feb 2016 17:14:15 +0100, wrote: >> A lot of these defines seem to be define in <netinet/icmp6.h> already >> (as recommended by RFC 3542) ... would it be feasible to use that >> standard header, instead of redefining here everything? > > I'm wondering how widely available that is. On windows, for instance?
Ok, good point, I just tried with my MinGW cross-compiler, and the header is apparently not available there. So never mind, and better keep the #defines here. Thomas