/[pengfork]/pengfork/src/p3/out.c
ViewVC logotype

Diff of /pengfork/src/p3/out.c

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

revision 1.5 by chupa, Thu Dec 5 00:12:16 2002 UTC revision 1.6 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23  #include <sys/types.h>  #if HAVE_CONFIG_H
24  #include <netinet/in.h>  # include "config.h"
25  #include <stdlib.h>  #endif
26  #include <string.h>  
27    #if STDC_HEADERS
28    # include <stdlib.h>
29    # include <stddef.h>
30    #else
31    # if HAVE_STDLIB_H
32    #  include <stdlib.h>
33    # endif
34    #endif
35    #if HAVE_STRING_H
36    # if !STDC_HEADERS && HAVE_MEMORY_H
37    #  include <memory.h>
38    # endif
39    # include <string.h>
40    #endif
41    #if HAVE_SYS_TYPES_H
42    # include <sys/types.h>
43    #endif
44    #if HAVE_NETINET_IN_H
45    # include <netinet/in.h>
46    #endif
47    
48  #include "log.h"  #include "log.h"
49  #include "window.h"  #include "window.h"
# Line 32  Line 52 
52  #include "p3/p3.h"  #include "p3/p3.h"
53  #include "p3/misc.h"  #include "p3/misc.h"
54  #include "p3/check.h"  #include "p3/check.h"
   
55  #include "p3/out.h"  #include "p3/out.h"
56    
57  void  void

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

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