~ubuntu-branches/ubuntu/saucy/nagios3/saucy-proposed

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2009-08-16 14:14:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816141423-efjzq1r3jekwd7l7
Tags: 3.2.0-1
* New upstream release (Closes: #542957)
  - Timeperiods should work as expected now (Closes: #539882)
  - Recovery notifications fixed (Closes: #543657)
* Update standards version 
  - Add README.source
* Manpage errors fixed (Closes: #540554)
* Split up the webfrontend into its own package (Closes: #479338, #485466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
#undef HAVE_STRTOUL
76
76
#undef HAVE_INITGROUPS
77
77
#undef HAVE_GETLOADAVG
78
 
#undef HAVE_GLIB
 
78
#undef HAVE_GDIMAGECREATETRUECOLOR
79
79
 
80
80
 
81
81
 
184
184
#include <fcntl.h>
185
185
#endif
186
186
 
187
 
#ifdef NSCORE
188
 
#undef HAVE_GLIB_H
189
 
#endif
190
 
#ifdef NSCGI
191
 
#undef HAVE_GLIB_H
192
 
#endif
193
 
#ifdef HAVE_GLIB_H
194
 
#include <glib.h>
195
 
#endif
196
 
 
197
187
#undef HAVE_STDARG_H
198
188
#ifdef HAVE_STDARG_H
199
189
#include <stdarg.h>