1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-08 10:35:05 -05:00
curl/ares/m4
Yang Tse a7e4022d6b Related with the threadsafe capability of getaddrinfo:
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2
  and newer have a threadsafe getaddrinfo.

- Fix Dragonfly BSD triplet detection.

- In case the hard-coded knowledge says that getaddrinfo is threadsafe,
  an additional check is done to verify that h_errno is also defined.
  If h_errno isn't defined, we finally assume that it isn't threadsafe.
  Jamie Lokier provided the inspiration for this extra check.
2009-11-13 05:01:51 +00:00
..
.cvsignore ignore 2009-02-13 06:34:44 +00:00
cares-compilers.m4 Undo old temporary change once used for testing purposes 2009-11-01 20:26:02 +00:00
cares-confopts.m4 Symbol hiding configure options renamed to the hopefully less ambiguous 2009-10-31 04:16:40 +00:00
cares-functions.m4 Related with the threadsafe capability of getaddrinfo: 2009-11-13 05:01:51 +00:00
cares-override.m4 Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'd 2009-10-19 04:11:54 +00:00
cares-reentrant.m4 Check if _REENTRANT definition is required to 2009-09-29 16:34:03 +00:00
cares-system.m4 Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR 2009-10-19 04:13:12 +00:00