~ubuntu-branches/ubuntu/trusty/dovecot/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 11:11:54 UTC
  • mfrom: (1.15.2) (4.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20120611111154-678cwbdj6ktgsv1h
Tags: 1:2.1.7-1ubuntu1
* Merge from Debian unstable, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/{control,rules}: enable PIE hardening.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}.
      d/mail-stack-deliver.postinst: Convert init script to upstart.
  + d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
    xz compression in Ubuntu.
  + d/control: Demote dovecot-common Recommends: to Suggests: to prevent
    install of extra packages on upgrade.
  + d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.
  + d/control: Drop B-D on systemd.
* Dropped changes:
  + d/patches/fix-racey-restart.patch: part of 2.1.x, no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
/* Define to 1 if you have the `getmntent' function. */
109
109
#undef HAVE_GETMNTENT
110
110
 
 
111
/* Define to 1 if you have the `getmntinfo' function. */
 
112
#undef HAVE_GETMNTINFO
 
113
 
111
114
/* Define to 1 if you have the `getpagesize' function. */
112
115
#undef HAVE_GETPAGESIZE
113
116
 
 
117
/* Define to 1 if you have the `getpeereid' function. */
 
118
#undef HAVE_GETPEEREID
 
119
 
 
120
/* Define to 1 if you have the `getpeerucred' function. */
 
121
#undef HAVE_GETPEERUCRED
 
122
 
114
123
/* Define to 1 if you have the `glob' function. */
115
124
#undef HAVE_GLOB
116
125
 
194
203
/* Define to 1 if you have the `lockf' function. */
195
204
#undef HAVE_LOCKF
196
205
 
 
206
/* Define if you want stemming support for CLucene */
 
207
#undef HAVE_LUCENE_STEMMER
 
208
 
 
209
/* Define if you want textcat support for CLucene */
 
210
#undef HAVE_LUCENE_TEXTCAT
 
211
 
197
212
/* Define to 1 if you have the `madvise' function. */
198
213
#undef HAVE_MADVISE
199
214
 
248
263
/* Build with PostgreSQL support */
249
264
#undef HAVE_PGSQL
250
265
 
 
266
/* Define to 1 if you have the `posix_fadvise' function. */
 
267
#undef HAVE_POSIX_FADVISE
 
268
 
251
269
/* Define if you have a working posix_fallocate() */
252
270
#undef HAVE_POSIX_FALLOCATE
253
271
 
440
458
/* Define to 1 if you have the <ucontext.h> header file. */
441
459
#undef HAVE_UCONTEXT_H
442
460
 
 
461
/* Define to 1 if you have the <ucred.h> header file. */
 
462
#undef HAVE_UCRED_H
 
463
 
443
464
/* Define to 1 if you have the <ufs/ufs/quota.h> header file. */
444
465
#undef HAVE_UFS_UFS_QUOTA_H
445
466