summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d6e500)
raw | patch | inline | side by side (parent: 0d6e500)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 16 Sep 2003 12:32:13 +0000 (12:32 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 16 Sep 2003 12:32:13 +0000 (12:32 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@730 f882894a-f735-0410-b71e-b25c423dba1c
AUTHORS | patch | blob | history | |
plugins/common.h | patch | blob | history |
index a92db2d9e21abfdf6819a72bdb7d9e88259172da..fcf612a52866eef3a13544a2b47303829ec02057 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
Edwin Eefting
Peter Hoogendijk
Kjell Sundtjonn
+Ludse Verhoeven
diff --git a/plugins/common.h b/plugins/common.h
index 372e59acb771691cbda06845dcbdce3b4cbcb590..0c21fbeb54f4c1465e0b814a4642fb57fe9b519e 100644 (file)
--- a/plugins/common.h
+++ b/plugins/common.h
ERROR = -1
};
+/* AIX seems to have this defined somewhere else */
+#ifndef FALSE
enum {
FALSE,
TRUE
};
+#endif
enum {
STATE_OK,