emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Asynchronous DNS resolving


From: Paul Eggert
Subject: Re: Asynchronous DNS resolving
Date: Fri, 13 Feb 2015 22:20:05 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Lars Ingebrigtsen wrote:
Is getaddrinfo_a available on all the platforms we care about?  Or is
there a gnulib module for compatibility or something?

There isn't a gnulib module for it. It should be reasonably easy to add one, though, that falls back on getaddrinfo if getaddrinfo_a doesn't exist. Or perhaps we could just borrow the glibc implementation, though that'd be more work.

As far as I know only glibc supports it natively.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]