/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.110 by martinp, Tue Aug 12 13:11:01 2003 UTC revision 1.111 by chopp, Wed Aug 13 22:18:42 2003 UTC
# Line 34  Line 34 
34   */   */
35    
36  #include <config.h>  #include <config.h>
37    
38    #ifdef HAVE_STDIO_H
39  #include <stdio.h>  #include <stdio.h>
40    #endif
41    
42    #ifdef HAVE_STDLIB_H
43  #include <stdlib.h>  #include <stdlib.h>
44    #endif
45    
46    #ifdef HAVE_ERRNO_H
47  #include <errno.h>  #include <errno.h>
48    #endif
49    
50    #ifdef HAVE_CTYPE_H
51  #include <ctype.h>  #include <ctype.h>
52    #endif
53    
54    #ifdef HAVE_PWD_H
55  #include <pwd.h>  #include <pwd.h>
56    #endif
57    
58    #ifdef HAVE_GRP_H
59  #include <grp.h>  #include <grp.h>
60    #endif
61        
62  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
63  #include <sys/types.h>  #include <sys/types.h>
64  #endif  #endif
65        
66    #ifdef HAVE_SYS_SOCKET_H
67  #include <sys/socket.h>  #include <sys/socket.h>
68    #endif
69    
70  #ifdef HAVE_ASM_PARAM_H  #ifdef HAVE_ASM_PARAM_H
71  #include <asm/param.h>  #include <asm/param.h>

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

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