diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-19 08:48:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 08:48:32 (GMT) |
commit | 47cb10013e6935bb6cdf470925ea5a5f74464646 (patch) | |
tree | bb871753b0c5f8c7a45a6f55c3977c060ead765c /plugins/common.h | |
parent | 5b29a86e3a31405f3070a82f81b171068576015e (diff) | |
parent | efe79595d3813b81f873f125260d0f9937535134 (diff) | |
download | monitoring-plugins-47cb10013e6935bb6cdf470925ea5a5f74464646.tar.gz |
Merge pull request #1948 from RincewindsHat/more_booleans
Replace most of the boolean variables declared as "int" with "bool"
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, |