Re: [exim] Exim 4.71 on netBSD pthreads

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Phil Pennock
Data:  
Para: Niels Dettenbach
CC: exim-users, Jasper Wallace
Assunto: 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