summaryrefslogtreecommitdiff
path: root/src/external/libcares.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09AUTOTOOLS: Use pkg-config to detect libraries.Lukas Slebodnik1-6/+13
We used pkg-config only as a fallback if header files was not found, but detection of library failed in case of available header file and linking problem (missing -Ldir). This patch prefers pkg-config.
2011-06-16Provide TTL structure names for c-ares < 1.7Jakub Hrozek1-0/+3
https://fedorahosted.org/sssd/ticket/898 In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to ares_addrttl/ares_addr6ttl so they are in the ares_ namespace. Because they are committed to stable ABI, the contents are the same, just the name changed -- so it is safe to just #define the new name for older c-ares version in case the new one is not detected in configure time.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+20
Also update BUILD.txt