[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h.in,1.3,1.4

Ton Voon tonvoon at users.sourceforge.net
Mon Feb 10 15:29:04 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22765

Modified Files:
	common.h.in 
Log Message:
Added in a define for HAVE_GETOPT_H for backwards compatibility


Index: common.h.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** common.h.in	8 Nov 2002 07:20:05 -0000	1.3
--- common.h.in	10 Feb 2003 23:28:16 -0000	1.4
***************
*** 67,73 ****
  #endif
  
! /* #ifdef HAVE_GETOPT_H */
  #include <getopt.h>
- /* #endif */
  
  #include <ctype.h>
--- 67,73 ----
  #endif
  
! /* TODO: define can be removed when all ifdef in each plugin has been removed */
! #define HAVE_GETOPT_H
  #include <getopt.h>
  
  #include <ctype.h>





More information about the Commits mailing list