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.5 by pcg, Thu Oct 16 23:03:23 2003 UTC vs.
Revision 1.6 by pcg, Fri Oct 17 01:33:37 2003 UTC

59 59
60#ifndef IPPROTO_GRE 60#ifndef IPPROTO_GRE
61# define IPPROTO_GRE 47 61# define IPPROTO_GRE 47
62#endif 62#endif
63 63
64#ifndef ICMP_ECHOREPLY
65# define ICMP_ECHOREPLY 0
66#endif
67
64#ifndef HAVE_SOCKLEN_T 68#ifndef HAVE_SOCKLEN_T
65typedef int socklen_t; 69typedef int socklen_t;
66#endif 70#endif
67 71
68#if ENABLE_ICMP 72#if ENABLE_ICMP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines