Don't abort configuration if recvfrom() is not available.
[platform/upstream/curl.git] / ares / setup_once.h
2008-08-27 Yang TseDon't abort configuration if recvfrom() is not available.
2008-07-21 Yang TseChange recvfrom's sixth argument data type to the ...
2008-07-21 Yang TseUse the sreadfrom() wrapper to replace recvfrom() in...
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-05-21 Yang Tsefix: remove need and definition of HAVE_SOCKLEN_T symbol
2007-10-24 Yang TseWindows build targets have socklen_t definition in...
2007-10-17 Yang Tseactually sync with lib/setup_once.h
2007-10-17 Yang Tsesync with lib/setup_once.h
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-04-11 Yang Tseconvenience SIG_ATOMIC_T macro definition
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-20 Yang TseMove header file inclusion logic and definition of...
2007-02-18 Yang Tsefix ENAMETOOLONG and ENOTEMPTY may already be defined...
2007-02-17 Yang TseMove portable error number symbolic name definitions...
2007-02-15 Yang Tseintroduce uppercase macros SOCKERRNO, SET_SOCKERRNO...
2007-02-14 Yang Tseavoid using funtion isblank() and just use our ISBLANK
2007-02-13 Yang Tsecheck for isblank() at configuration stage. If not...
2007-02-13 Yang Tseuse our own ISUPPER and ISLOWER macros
2007-02-13 Yang Tseuse our own ISBLANK macro
2007-02-02 Yang Tsemove DEBUGF macro definition to setup_once.h
2007-01-27 Yang Tsesync with lib/setup_once.h
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-27 Yang TseSync with lib/setup_once.h
2006-10-18 Yang TseSync with lib/setup_once.h
2006-10-18 Daniel StenbergTor's spell fixes
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-07-31 Yang TseForce compilation failure in case macros sread() or...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...