~ubuntu-branches/ubuntu/precise/nagios-nrpe/precise-proposed

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-08-06 20:33:57 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080806203357-28eyihc0f7knwc15
Tags: 2.12-1
* Support an nrpe.d config directory in addition to nrpe_local.cfg 
  (Closes: #474333)
* Add myself to uploaders
* Add watch file 
* New upstream version (Closes: #475081)
* Acknowledge NMU from Chris Lamb (Closes: #484412) 
* Recommend Nagios 3 instead of Nagios 2 
* Update copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/************************************************************************
2
2
 *
3
3
 * NRPE Common Header File
4
 
 * Copyright (c) 1999-2006 Ethan Galstad (nagios@nagios.org)
5
 
 * Last Modified: 12-11-2006
 
4
 * Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
 
5
 * Last Modified: 11-23-2007
6
6
 *
7
7
 * License:
8
8
 *
30
30
 
31
31
#define DEFAULT_SERVER_PORT     @nrpe_port@     /* default port to use */
32
32
 
 
33
#define NRPE_LOG_FACILITY       @log_facility@
 
34
 
33
35
#undef ENABLE_COMMAND_ARGUMENTS
34
36
 
35
37
#undef socklen_t
84
86
#endif
85
87
 
86
88
 
 
89
/***** ASPRINTF() AND FRIENDS *****/
 
90
 
 
91
#undef HAVE_VSNPRINTF
 
92
#undef HAVE_SNPRINTF
 
93
#undef HAVE_ASPRINTF
 
94
#undef HAVE_VASPRINTF
 
95
#undef HAVE_C99_VSNPRINTF
 
96
#undef HAVE_VA_COPY
 
97
#undef HAVE___VA_COPY
 
98
 
 
99
 
 
100
 
87
101
#define SOCKET_SIZE_TYPE ""
88
102
#define GETGROUPS_T ""
89
103
#define RETSIGTYPE ""