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

Diff of /monit/validate.c

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

revision 1.73 by martinp, Wed Aug 13 19:50:05 2003 UTC revision 1.74 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  #include <errno.h>  #endif
25  #include <signal.h>  
26    #ifdef HAVE_STDARG_H
27  #include <stdarg.h>  #include <stdarg.h>
28    #endif
29    
30    #ifdef HAVE_ERRNO_H
31    #include <errno.h>
32    #endif
33    
34    #ifdef HAVE_STDLIB_H
35  #include <stdlib.h>  #include <stdlib.h>
36    #endif
37    
38    #ifdef HAVE_SIGNAL_H
39    #include <signal.h>
40    #endif
41    
42    #ifdef HAVE_SETJMP_H
43  #include <setjmp.h>  #include <setjmp.h>
44    #endif
45    
46    #ifdef HAVE_SYS_SOCKET_H
47  #include <sys/socket.h>  #include <sys/socket.h>
48    #endif
49    
50  #ifdef HAVE_STRING_H  #ifdef HAVE_STRING_H
51  #include <string.h>  #include <string.h>

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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