mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-21 18:10:06 -04:00
plugins/common.h: Remove superflous TRUE/FALSE definitions
This commit is contained in:
parent
bbd2bd2fa7
commit
6d62fea757
1 changed files with 0 additions and 8 deletions
|
|
@ -184,14 +184,6 @@ enum {
|
|||
ERROR = -1
|
||||
};
|
||||
|
||||
/* AIX seems to have this defined somewhere else */
|
||||
#ifndef FALSE
|
||||
enum {
|
||||
FALSE,
|
||||
TRUE
|
||||
};
|
||||
#endif
|
||||
|
||||
enum {
|
||||
STATE_OK,
|
||||
STATE_WARNING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue