[Dovecot] Alpha1..2.. and 3 with Tru64

grant beattie grant at grunta.com
Thu Oct 20 12:26:16 EEST 2005


On Thu, Oct 20, 2005 at 12:15:20PM +0300, Timo Sirainen wrote:

> On Mon, 2005-10-17 at 09:26 +0200, Alfonso Sparano wrote:
> > Hi all,
> > 
> > I?ve found a little problem to compile dovecot on a tru64 os v5.1. 
> > 
> > The problem is the lack of the ?inttypes.h? into the included header
> > in the project. 
> 
> I added this to alpha4 in compat.h:
> 
> #if defined (HAVE_INTTYPES_H) && defined(TRU64)
> #  include <inttypes.h>
> #endif

Timo,

this should probably use defined(__osf__) instead of defined(TRU64),
so it will work on prior versions which do not define 'TRU64', but
do define __osf__.

grant.



More information about the dovecot mailing list