~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-23 02:22:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723022232-496osxty0v9vvw9g
Tags: 3.18.1-1
* New upstream release. Closes: #490445
  - List Debian in doc/rsyslog_packages.html. Closes: #488870
  - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193
* debian/rsyslog-doc.install
  - Install the example config file. Closes: #488860
* debian/rules
  - Enable mail output plugin.
  - Make sure all directories are created by calling dh_installdirs for both
    binary-arch and binary-indep. Closes: #491459
* debian/rsyslog.install
  - Install mail output plugin (ommail.so).
* debian/control
  - Add Suggests www-browser to rsyslog-doc as the package contains mostly
    html documents.
  - Update feature list.
  - Adjust priorities, set rsyslog priority to important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Description */
4
 
#undef BSD
5
 
 
6
3
/* Defined if debug mode is enabled (its easier to check). */
7
4
#undef DEBUG
8
5
 
248
245
   slash. */
249
246
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
250
247
 
 
248
/* Define with a value if your <sys/param.h> does not define MAXHOSTNAMELEN */
 
249
#undef MAXHOSTNAMELEN
 
250
 
251
251
/* Defined if debug mode is disabled. */
252
252
#undef NDEBUG
253
253
 
257
257
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
258
258
#undef NO_MINUS_C_MINUS_O
259
259
 
 
260
/* Indicator for a BSD OS */
 
261
#undef OS_BSD
 
262
 
260
263
/* Name of package */
261
264
#undef PACKAGE
262
265