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

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

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

revision 1.6 by chupa, Thu Dec 5 00:12:14 2002 UTC revision 1.7 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 23  Line 23 
23  #ifndef __IPTUNNEL_INIT_H__  #ifndef __IPTUNNEL_INIT_H__
24  #define __IPTUNNEL_INIT_H__  #define __IPTUNNEL_INIT_H__
25    
26  #include <sys/types.h>  #ifdef HAVE_CONFIG_H
27  #include <sys/socket.h>  # include "config.h"
28  #include <netinet/in.h>  #endif
29  #include <arpa/inet.h>  
30    #ifdef HAVE_SYS_TYPES_H
31    # include <sys/types.h>
32    #endif
33    #ifdef HAVE_SYS_SOCKET_H
34    # include <sys/socket.h>
35    #endif
36    #ifdef HAVE_NETINET_IN_H
37    # include <netinet/in.h>
38    #endif
39    #ifdef HAVE_ARPA_INET_H
40    # include <arpa/inet.h>
41    #endif
42    
43  #include "buffer.h"  #include "buffer.h"
44  #include "fdo.h"  #include "fdo.h"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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