| # | Line 56 | Line 56 | AC_SEARCH_LIBS([socket],[socket],,[AC_MS | |
|---|---|---|
| 56 | AC_CHECK_FUNC(getaddrinfo, [], AC_SEARCH_LIBS(getaddrinfo, nsl)) | |
| 57 | AC_CHECK_FUNC(getnameinfo, [], AC_SEARCH_LIBS(getnameinfo, nsl)) | |
| 58 | ||
| 59 | < | AC_CHECK_FUNCS(strlcpy strlcat inet_aton inet_pton socket strdup strstr) |
| 59 | > | AC_CHECK_FUNCS(strlcpy strlcat inet_aton socket strdup strstr) |
| 60 | ||
| 61 | dnl Check if we can use gethostbyname2 for ipv6 | |
| 62 | AC_CHECK_FUNCS(gethostbyname) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |