/[monit]/monit/protocols/pop.c
ViewVC logotype

Diff of /monit/protocols/pop.c

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

revision 1.10 by hauk, Thu Jul 24 00:35:25 2003 UTC revision 1.11 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    #endif
25    
26    #ifdef HAVE_ERRNO_H
27  #include <errno.h>  #include <errno.h>
28    #endif
29    
30  #ifdef HAVE_STRING_H  #ifdef HAVE_STRING_H
31  #include <string.h>  #include <string.h>
32  #endif  #endif
33    
34    #ifdef HAVE_STRINGS_H
35    #include <strings.h>
36    #endif
37    
38  #include "protocol.h"  #include "protocol.h"
39    
40  /**  /**

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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