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

Diff of /monit/monitor.h

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

revision 1.111 by hauk, Thu Oct 16 14:49:54 2003 UTC revision 1.112 by hauk, Tue Oct 21 22:58:35 2003 UTC
# Line 149  Sigfunc *signal(int signo, Sigfunc * fun Line 149  Sigfunc *signal(int signo, Sigfunc * fun
149    
150  #undef MAX  #undef MAX
151  #define MAX(x,y) ((x) > (y) ? (x) : (y))  #define MAX(x,y) ((x) > (y) ? (x) : (y))
152    #undef MIN
153    #define MIN(x,y) ((x) < (y) ? (x) : (y))
154  #define IS(a,b)  ((a&&b)?!strcasecmp(a, b):0)  #define IS(a,b)  ((a&&b)?!strcasecmp(a, b):0)
155  #define DEBUG if(Run.debug) log  #define DEBUG if(Run.debug) log
156    

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

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