summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h3
1 files changed, 3 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
142enum { 144enum {
143 FALSE, 145 FALSE,
144 TRUE 146 TRUE
145}; 147};
148#endif
146 149
147enum { 150enum {
148 STATE_OK, 151 STATE_OK,