~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/lib/compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
typedef int socklen_t;
52
52
#endif
53
53
 
 
54
#ifndef PATH_MAX
 
55
#  define PATH_MAX 4096 /* for Hurd - Dovecot v2.0 removes the need for this */
 
56
#endif
 
57
 
54
58
#ifdef HAVE_SYS_SYSMACROS_H
55
59
#  include <sys/sysmacros.h>
56
60
#  ifdef HAVE_SYS_MKDEV_H