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

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

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

revision 1.12 by chupa, Thu Dec 5 00:12:16 2002 UTC revision 1.13 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23  #include "config.h"  #if HAVE_CONFIG_H
24    # include "config.h"
25    #endif
26    
27  #include <sys/types.h>  #if HAVE_SYS_TYPES_H
28  #include <stdlib.h>  # include <sys/types.h>
29  #include <string.h>  #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 "gettext.h"  #include "gettext.h"
46  #include "fdo.h"  #include "fdo.h"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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