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

Diff of /monit/sendmail.c

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

revision 1.19 by hauk, Wed Jul 30 02:24:35 2003 UTC revision 1.20 by chopp, Wed Aug 13 22:18:43 2003 UTC
# Line 20  Line 20 
20    
21  #include <config.h>  #include <config.h>
22    
23    #ifdef HAVE_STDIO_H
24  #include <stdio.h>  #include <stdio.h>
25    #endif
26    
27    #ifdef HAVE_STDLIB_H
28    #include <stdlib.h>
29    #endif
30    
31    #ifdef HAVE_STDARG_H
32    #include <stdarg.h>
33    #endif
34    
35  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
36  #include <sys/types.h>  #include <sys/types.h>
37  #endif  #endif
38    
39    #ifdef HAVE_SYS_SOCKET_H
40  #include <sys/socket.h>  #include <sys/socket.h>
41  #include <stdarg.h>  #endif
42    
43    #ifdef HAVE_ERRNO_H
44  #include <errno.h>  #include <errno.h>
45    #endif
46    
47    #ifdef HAVE_SETJMP_H
48  #include <setjmp.h>  #include <setjmp.h>
49  #include <stdlib.h>  #endif
50    
51  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
52  #include <unistd.h>  #include <unistd.h>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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