/[monit]/monit/monitor.h
ViewVC logotype

Diff of /monit/monitor.h

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

revision 1.8 by hauk, Fri Sep 6 17:28:35 2002 UTC revision 1.9 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 61  Line 61 
61  #define TRUE               1  #define TRUE               1
62  #define FALSE              0  #define FALSE              0
63    
64  #define MAX(x,y)           ((x) > (y) ? (x) : (y))  #define MAXIMUM(x,y)       ((x) > (y) ? (x) : (y))
65  #define is(a,b)            ((a&&b)?!strcasecmp(a, b):0)  #define is(a,b)            ((a&&b)?!strcasecmp(a, b):0)
66    
67  /** Replace the standard signal function with a more reliable using sigaction.*/  /** Replace the standard signal function with a more reliable using sigaction.*/

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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