[Nagiosplug-checkins] CVS: nagiosplug/plugins common.h,1.7,1.8
Jeremy T. Bouse
undrgrid at users.sourceforge.net
Fri Aug 8 23:52:01 CEST 2003
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_dig.c,1.15,1.16 check_http.c,1.42,1.43 check_load.c,1.9,1.10 check_mrtg.c,1.7,1.8 check_mrtgtraf.c,1.7,1.8 check_nwstat.c,1.10,1.11 check_overcr.c,1.5,1.6 check_ping.c,1.20,1.21 check_procs.c,1.17,1.18 check_real.c,1.9,1.10 utils.c,1.30,1.31 utils.h,1.14,1.15
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/po de.po,1.2,1.3 fr.po,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv14647/plugins
Modified Files:
common.h
Log Message:
Code clean-up
Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** common.h 26 Jul 2003 12:13:19 -0000 1.7
--- common.h 9 Aug 2003 06:51:29 -0000 1.8
***************
*** 81,85 ****
#include <ctype.h>
! #if HAVE_LWRES_NETDB_H
#include <lwres/netdb.h>
#else
--- 81,85 ----
#include <ctype.h>
! #ifdef HAVE_LWRES_NETDB_H
#include <lwres/netdb.h>
#else
***************
*** 91,94 ****
--- 91,98 ----
#endif
+ #ifdef HAVE_LOCALE_H
+ #include <locale.h>
+ #endif
+
/*
*
***************
*** 157,161 ****
*/
! #if ENABLE_NLS
# include "gettext.h"
# define _(String) gettext (String)
--- 161,165 ----
*/
! #ifdef ENABLE_NLS
# include "gettext.h"
# define _(String) gettext (String)
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_dig.c,1.15,1.16 check_http.c,1.42,1.43 check_load.c,1.9,1.10 check_mrtg.c,1.7,1.8 check_mrtgtraf.c,1.7,1.8 check_nwstat.c,1.10,1.11 check_overcr.c,1.5,1.6 check_ping.c,1.20,1.21 check_procs.c,1.17,1.18 check_real.c,1.9,1.10 utils.c,1.30,1.31 utils.h,1.14,1.15
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/po de.po,1.2,1.3 fr.po,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list