ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/netcompat.h
(Generate patch)

Comparing gvpe/src/netcompat.h (file contents):
Revision 1.3 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.4 by pcg, Thu Oct 16 13:37:52 2003 UTC

35#endif 35#endif
36#ifdef HAVE_NETINET_IP_H 36#ifdef HAVE_NETINET_IP_H
37# include <netinet/ip.h> 37# include <netinet/ip.h>
38#endif 38#endif
39 39
40#ifndef IPTOS_LOWCOST 40#ifndef IPTOS_MINCOST
41# define IPTOS_LOWCOST 0x02 41# define IPTOS_MINCOST 0x02
42#endif 42#endif
43#ifndef IPTOS_RELIABILITY 43#ifndef IPTOS_RELIABILITY
44# define IPTOS_RELIABILITY 0x04 44# define IPTOS_RELIABILITY 0x04
45#endif 45#endif
46#ifndef IPTOS_THROUGHPUT 46#ifndef IPTOS_THROUGHPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines