aboutsummaryrefslogtreecommitdiff
path: root/ares/setup_once.h
AgeCommit message (Expand)Author
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse
2009-06-10Adjusted to take in account that...Yang Tse
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse
2008-07-21Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse
2008-07-21Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-10-17actually sync with lib/setup_once.hYang Tse
2007-10-17sync with lib/setup_once.hYang Tse
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-20Move header file inclusion logic and definition of timevalYang Tse
2007-02-18fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse
2007-02-15introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse
2007-02-14avoid using funtion isblank() and just use our ISBLANKYang Tse
2007-02-13check for isblank() at configuration stage. If not availableYang Tse
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse
2007-02-13use our own ISBLANK macroYang Tse
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-01-27sync with lib/setup_once.hYang Tse
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-10-27Sync with lib/setup_once.hYang Tse
2006-10-18Sync with lib/setup_once.hYang Tse
2006-10-18Tor's spell fixesDaniel Stenberg
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse
2006-07-31Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse