diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | plugins/common.h | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -82,3 +82,4 @@ Eric Bollengier Edwin Eefting Peter Hoogendijk Kjell Sundtjonn +Ludse Verhoeven diff --git a/plugins/common.h b/plugins/common.h index 372e59ac..0c21fbeb 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -139,10 +139,13 @@ enum { ERROR = -1 }; +/* AIX seems to have this defined somewhere else */ +#ifndef FALSE enum { FALSE, TRUE }; +#endif enum { STATE_OK, |