mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
e511090a43
(and friends) from SAMBA_3_2, with some minor tweaks:
- avoid including network headers in replace.h unless absolutely required
- autoconf tests for getaddrinfo() in lib/replace
The heimdal-specific code also no longer looks for these functions anymore.
(This used to be commit b6d3fd84a5
)
2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])
|