Re: [exim] Exim 4.71 on netBSD pthreads

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Phil Pennock
Ημερομηνία:  
Προς: Niels Dettenbach
Υ/ο: exim-users, Jasper Wallace
Αντικείμενο: Re: [exim] Exim 4.71 on netBSD pthreads
On 2010-03-25 at 15:24 +0100, Niels Dettenbach wrote:
> May be someone can bring this into exim upstream here?


Not as writ -- the moment that you're using __foo variables from libc,
you're becoming somewhat unportable. So this needs to abstracted out to
"resolver initialisation stuff" with one implementation for NetBSD and
one for everything else.

If you take a look in the OS/ subdir (top-level, sibling to src/),
you'll see how this is generally handled.

-Phil