search for: have_ai_addrconfig

Displaying 2 results from an estimated 2 matches for "have_ai_addrconfig".

2015 Oct 26
8
[Bug 2483] New: use AI_ADDRCONFIG flag for getaddrinfo() hints on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2483 Bug ID: 2483 Summary: use AI_ADDRCONFIG flag for getaddrinfo() hints on Solaris Product: Portable OpenSSH Version: 6.8p1 Hardware: All OS: Solaris Status: NEW Severity: enhancement Priority: P5 Component:
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...[nut_have_ipv6=no], > dnl [#include <netdb.h>]) > > - AC_MSG_CHECKING([for AI_ADDRCONFIG]) > - AC_COMPILE_IFELSE( > - [AC_LANG_PROGRAM( > - [[#include <netdb.h>]], > - [[int flag = AI_ADDRCONFIG]] > - )], > - [AC_DEFINE(HAVE_AI_ADDRCONFIG, 1, [Define if `addrinfo' structure allows AI_ADDRCONFIG flag]) > - AC_MSG_RESULT(yes)], > - [AC_MSG_RESULT(no) > - nut_have_ipv6=no] > - ) > +dnl AC_MSG_CHECKING([for AI_ADDRCONFIG]) > +dnl AC_COMPILE_IFELSE( > +dnl [AC_LANG_PROGRAM( > +dnl [...