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

Diff of /monit/net.c

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

revision 1.28 by hauk, Mon Aug 4 07:52:12 2003 UTC revision 1.29 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_STDARG_H
31    #include <stdarg.h>
32    #endif
33    
34  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
35  #include <sys/types.h>  #include <sys/types.h>
# Line 30  Line 39 
39  #include <sys/socket.h>  #include <sys/socket.h>
40  #endif  #endif
41    
42    #ifdef HAVE_FCNTL_H
43  #include <fcntl.h>  #include <fcntl.h>
44    #endif
45    
46  #ifdef HAVE_ERRNO_H  #ifdef HAVE_ERRNO_H
47  #include <errno.h>  #include <errno.h>
48  #endif  #endif
49    
50  #include <stdarg.h>  #ifdef HAVE_SIGNAL_H
51  #include <signal.h>  #include <signal.h>
52    #endif
53    
54    #ifdef HAVE_NET_IF_H
55  #include <net/if.h>  #include <net/if.h>
56    #endif
57    
58    #ifdef HAVE_SYS_UN_H
59  #include <sys/un.h>  #include <sys/un.h>
60    #endif
61    
62  #ifdef HAVE_NETDB_H  #ifdef HAVE_NETDB_H
63  #include <netdb.h>  #include <netdb.h>
# Line 77  Line 95 
95  #include <sys/stat.h>  #include <sys/stat.h>
96  #endif  #endif
97    
98    #ifndef __dietlibc__
99  #ifdef HAVE_STROPTS_H  #ifdef HAVE_STROPTS_H
100  #include <stropts.h>  #include <stropts.h>
101  #endif  #endif
102    #endif
103    
104  #include "monitor.h"  #include "monitor.h"
105  #include "net.h"  #include "net.h"

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