diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 372e59a..0c21fbe 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -139,10 +139,13 @@ enum { | |||
139 | ERROR = -1 | 139 | ERROR = -1 |
140 | }; | 140 | }; |
141 | 141 | ||
142 | /* AIX seems to have this defined somewhere else */ | ||
143 | #ifndef FALSE | ||
142 | enum { | 144 | enum { |
143 | FALSE, | 145 | FALSE, |
144 | TRUE | 146 | TRUE |
145 | }; | 147 | }; |
148 | #endif | ||
146 | 149 | ||
147 | enum { | 150 | enum { |
148 | STATE_OK, | 151 | STATE_OK, |