/[pengfork]/pengfork/include/iptunnel/vjcompress.h
ViewVC logotype

Diff of /pengfork/include/iptunnel/vjcompress.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by chupa, Tue Sep 10 13:17:22 2002 UTC revision 1.4 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 22  Line 22 
22   *      - Initial distribution.   *      - Initial distribution.
23   */   */
24    
25    
26  #ifndef __IPTUNNEL_VJCOMPRESS_H__  #ifndef __IPTUNNEL_VJCOMPRESS_H__
27  #define __IPTUNNEL_VJCOMPRESS_H__  #define __IPTUNNEL_VJCOMPRESS_H__
28    
29  #include <net/ppp_defs.h>  #ifdef HAVE_CONFIG_H
30  #include <netinet/in.h>  # include "config.h"
31  #include <netinet/in_systm.h>  #endif
32  #include <netinet/ip.h>  
33    #if HAVE_NET_PPP_DEFS_H
34    # include <net/ppp_defs.h>
35    #endif
36    #if HAVE_NETINET_IN_H
37    # include <netinet/in.h>
38    #endif
39    #if HAVE_NETINET_IN_SYSTM_H
40    # include <netinet/in_systm.h>
41    #endif
42    #if HAVE_NETINET_IP_H
43    # include <netinet/ip.h>
44    #endif
45    
46  #define MAX_STATES 16           /* must be > 2 and < 256 */  #define MAX_STATES 16           /* must be > 2 and < 256 */
47  #define MAX_HDR    128  #define MAX_HDR    128

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26