diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-16 12:26:09 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-16 12:26:09 +0000 |
commit | 2cfb8a2bf0a47b5073c5e41bd8062880f1d86335 (patch) | |
tree | 4344bfe9f2e8777816898fd8a05c78e6ce5b46e8 /ares/CHANGES | |
parent | 21ee1c2d0166de54443c26e26cdf7fc3617296c0 (diff) | |
download | curl-2cfb8a2bf0a47b5073c5e41bd8062880f1d86335.tar.gz |
Improved configure detection of number of arguments for getservbyport_r
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index a937853b6..91430acae 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* Jul 16 2008 (Yang Tse) +- Improved configure detection of number of arguments for getservbyport_r. + Detection is now based on compilation checks instead of linker ones. + * Jul 15 2008 (Yang Tse) - Introduce definition of _REENTRANT symbol in setup.h to improve library usability. Previously the configure process only used the AC_SYS_LARGEFILE |