diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-15 16:43:39 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-15 16:43:39 +0000 |
commit | 21ee1c2d0166de54443c26e26cdf7fc3617296c0 (patch) | |
tree | 93f659750b4abefd88d717b730cab6bf86e25ad6 /ares/CHANGES | |
parent | a00febe1a0b1fd458bb9d6582cf231bb7370ccc8 (diff) |
Allow --enable-largefile and --disable-largefile configurations.
Configure process no longer needs nor checks size of curl_off_t.
Library will now be built with _REENTRANT symbol defined.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index deed11db3..a937853b6 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,13 @@ Changelog for the c-ares project +* 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 + macro for debug builds, now it is also used for non-debug ones enabling the + use of configure options --enable-largefile and --disable-largefile which + might be needed for library compatibility. Remove checking the size of + curl_off_t, it is no longer needed. + * Jul 3 2008 (Daniel Stenberg) - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and the target host has only A records, it automatically falls back to an |