Ensure ICMP_NET_ANO is defined.

This commit is contained in:
Guus Sliepen 2010-04-10 23:55:15 +02:00
parent f75e71bc69
commit d1cc637470

View file

@ -45,6 +45,10 @@
#define ICMP_NET_UNREACH 0
#endif
#ifndef ICMP_NET_ANO
#define ICMP_NET_ANO 9
#endif
#ifndef IP_MSS
#define IP_MSS 576
#endif