diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-18 18:38:23 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-18 18:38:34 (GMT) |
commit | 6d62fea757873cbfa99d1cbbd97b97ff47da6a8d (patch) | |
tree | f3013ca5f14248aa9f28d668a8bf5d547fb01284 /plugins/common.h | |
parent | bbd2bd2fa745a83633ea9b19ce6975e858dc78f1 (diff) | |
download | monitoring-plugins-6d62fea757873cbfa99d1cbbd97b97ff47da6a8d.tar.gz |
plugins/common.h: Remove superflous TRUE/FALSE definitions
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/common.h b/plugins/common.h index 6bf4fca..833479c 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -184,14 +184,6 @@ enum { | |||
184 | ERROR = -1 | 184 | ERROR = -1 |
185 | }; | 185 | }; |
186 | 186 | ||
187 | /* AIX seems to have this defined somewhere else */ | ||
188 | #ifndef FALSE | ||
189 | enum { | ||
190 | FALSE, | ||
191 | TRUE | ||
192 | }; | ||
193 | #endif | ||
194 | |||
195 | enum { | 187 | enum { |
196 | STATE_OK, | 188 | STATE_OK, |
197 | STATE_WARNING, | 189 | STATE_WARNING, |