summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-16 19:16:41 +0000
committerYang Tse <yangsita@gmail.com>2008-07-16 19:16:41 +0000
commit7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523 (patch)
treeeea630e5f9f1755ec6fdc2116457da6615b3698d /CHANGES
parent6b84d9ff24e5d4921fb12f43b66f2b668b42bd06 (diff)
downloadc-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.tar.gz
c-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.tar.bz2
c-ares-7dd6d7cbe13a7b55a52be0bdf6499ca809ea8523.zip
Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91430ac..0067357 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
- Improved configure detection of number of arguments for getservbyport_r.
Detection is now based on compilation checks instead of linker ones.
+- Configure process now checks availability of recvfrom() socket function and
+ finds out its return type and the types of its arguments. Added definitions
+ for non-configure systems config files, and introduced macro sreadfrom which
+ will be used on udp sockets as a recvfrom() wrapper.
+
* 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