[Bug 222] configure finds getnameinfo() but not getaddrinfo()
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Apr 19 10:28:24 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=222
------- Additional Comments From urban at spielwiese.de 2002-04-19 10:28 -------
um...
I've tested the patch. configure now finds [no]getaddrinfo(), but
HAVE_GETADDRINFO is still not getting set properly. Here is an excerpt
from configure's output:
[...]
checking for getaddrinfo... no
checking for getcwd... yes
checking for getgrouplist... no
checking for getnameinfo... yes
[...]
checking for ngetaddrinfo... yes
checking for openpty... yes
checking for ogetaddrinfo... yes
[...]
from config.h:
/* Define to 1 if you have the `getaddrinfo' function. */
/* #undef HAVE_GETADDRINFO */
[...]
/* Define to 1 if you have the `getnameinfo' function. */
#define HAVE_GETNAMEINFO 1
[...]
Please let me know if I can do anything...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list