Re: [exim] Exim 4.71 on netBSD pthreads

Etusivu
Poista viesti
Vastaa
Lähettäjä: Phil Pennock
Päiväys:  
Vastaanottaja: Niels Dettenbach
Kopio: exim-users, Jasper Wallace
Aihe: 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