/[monit]/monit/http/engine.c
ViewVC logotype

Diff of /monit/http/engine.c

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

revision 1.28 by hauk, Sun Aug 3 08:08:18 2003 UTC revision 1.29 by chopp, Wed Aug 13 22:18:43 2003 UTC
# Line 19  Line 19 
19    
20  #include <config.h>  #include <config.h>
21    
22    #ifdef HAVE_STDIO_H
23  #include <stdio.h>  #include <stdio.h>
24    #endif
25    
26    #ifdef HAVE_STDLIB_H
27  #include <stdlib.h>  #include <stdlib.h>
28    #endif
29    
30    #ifdef HAVE_ERRNO_H
31  #include <errno.h>  #include <errno.h>
32    #endif
33    
34  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
35  #include <sys/types.h>  #include <sys/types.h>
36  #endif  #endif
37    
38    #ifdef HAVE_SYS_SOCKET_H
39  #include <sys/socket.h>  #include <sys/socket.h>
40  #include <time.h>  #endif
41    
42    #if TIME_WITH_SYS_TIME
43    # include <sys/time.h>
44    # include <time.h>
45    #else
46    # if HAVE_SYS_TIME_H
47    #  include <sys/time.h>
48    # else
49    #  include <time.h>
50    # endif
51    #endif
52    
53  #ifdef HAVE_NETDB_H  #ifdef HAVE_NETDB_H
54  #include <netdb.h>  #include <netdb.h>
# Line 42  Line 62 
62  #include <string.h>  #include <string.h>
63  #endif  #endif
64    
65    #ifdef HAVE_STRINGS_H
66    #include <strings.h>
67    #endif
68    
69  #ifdef HAVE_NETINET_IN_H  #ifdef HAVE_NETINET_IN_H
70  #include <netinet/in.h>  #include <netinet/in.h>
71  #endif  #endif

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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