On Tue, 2004-07-13 at 02:04, Kevin wrote:> i'm trying to use timo's postfix-2.1.2-dovecot-auth.patch on
freebsd4
> with postfix-2.1.4
>
> the problem is that smtpd_sasl_glue.c tries to include stdint.h which
> isn't present with fbsd4. is there another lib that'll provide the
same
> functionality? i've tried using inttypes.h but i don't know of any
> other similar ones
>
> stdint is in fbsd5 apparently but i'm still scared of it
Well .. What does it complain about if you change it to inttypes.h? You
could also define the missing types manually. Such as:
typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20040713/fa3d2486/attachment-0001.bin>