/[monit]/monit/monitor.c
ViewVC logotype

Diff of /monit/monitor.c

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

revision 1.57 by hauk, Sun Aug 3 07:55:53 2003 UTC revision 1.58 by chopp, Wed Aug 13 22:18:42 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_SIGNAL_H
35  #include <signal.h>  #include <signal.h>
36    #endif
37    
38  #ifdef HAVE_GETOPT_H  #ifdef HAVE_GETOPT_H
39  #include <getopt.h>  #include <getopt.h>
# Line 32  Line 43 
43  #include <string.h>  #include <string.h>
44  #endif  #endif
45    
46    #ifdef HAVE_STRINGS_H
47    #include <strings.h>
48    #endif
49    
50  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
51  #include <unistd.h>  #include <unistd.h>
52  #endif  #endif

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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