/[pengfork]/pengfork/src/iptunnel/cli2aol.c
ViewVC logotype

Diff of /pengfork/src/iptunnel/cli2aol.c

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

revision 1.10 by chupa, Thu Dec 5 00:12:16 2002 UTC revision 1.11 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 19  Line 19 
19   * 02111-1307, USA.   * 02111-1307, USA.
20   *                   *                
21   */   */
22  #include <sys/types.h>  
23  #include <stdlib.h>  #if HAVE_CONFIG_H
24  #include <string.h>  # include "config.h"
25    #endif
26    
27    #if HAVE_SYS_TYPES_H
28    # include <sys/types.h>
29    #endif
30    #if STDC_HEADERS
31    # include <stdlib.h>
32    # include <stddef.h>
33    #else
34    # if HAVE_STDLIB_H
35    #  include <stdlib.h>
36    # endif
37    #endif
38    #if HAVE_STRING_H
39    # if !STDC_HEADERS && HAVE_MEMORY_H
40    #  include <memory.h>
41    # endif
42    # include <string.h>
43    #endif
44    
45  #include "buffer.h"  #include "buffer.h"
46  #include "fdo.h"  #include "fdo.h"
47  #include "log.h"  #include "log.h"
48  #include "if.h"  #include "if.h"
49  #include "protocol.h"  #include "protocol.h"
   
50  #include "iptunnel/tunnel.h"  #include "iptunnel/tunnel.h"
51  #include "iptunnel/cli2aol.h"  #include "iptunnel/cli2aol.h"
52    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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