mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
(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.
2 lines
76 B
Plaintext
2 lines
76 B
Plaintext
AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])
|