[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h,1.9,1.10
Ton Voon
tonvoon at users.sourceforge.net
Tue Sep 16 05:33:07 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv15711/plugins
Modified Files:
common.h
Log Message:
AIX problem with enum TRUE and FALSE (Ludse Verhoeven)
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** common.h 3 Sep 2003 06:00:50 -0000 1.9
--- common.h 16 Sep 2003 12:32:13 -0000 1.10
***************
*** 140,147 ****
--- 140,150 ----
};
+ /* AIX seems to have this defined somewhere else */
+ #ifndef FALSE
enum {
FALSE,
TRUE
};
+ #endif
enum {
More information about the Commits
mailing list