Re: [exim] Exim with FreeBSD 8, dbm loop

Top Page
Delete this message
Reply to this message
Author: Artis Caune
Date:  
To: exim-users, randy, delphij, markm
Subject: Re: [exim] Exim with FreeBSD 8, dbm loop
2009/7/30 Artis Caune <artis.caune@???>:
> I found whats wrong, but not sure who is wrong: exim or FreeBSD.
> Exim use "first? DB_FIRST : DB_NEXT" in db v2, v3, but in v1 it use
> "R_FIRST : 0", but R_FIRST is not 0:
>
> /usr/include/db.h:#define       R_FIRST         3               /* seq */



Sorry, I mean, in v1 exim use "R_FIRST : 0", but 0 is not R_NEXT:

/usr/include/db.h:#define    R_NEXT        7        /* seq */





--
Artis Caune

    Everything should be made as simple as possible, but not simpler.