summaryrefslogtreecommitdiff
path: root/ares/setup_once.h
Commit message (Expand)AuthorAgeFilesLines
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-271-0/+2
* Change recvfrom's sixth argument data type to the 'historically standard' 'int'Yang Tse2008-07-211-1/+1
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-0/+7
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-1/+32
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-2/+1
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-0/+18
* actually sync with lib/setup_once.hYang Tse2007-10-171-3/+2
* sync with lib/setup_once.hYang Tse2007-10-171-1/+106
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-0/+21
* convenience SIG_ATOMIC_T macro definitionYang Tse2007-04-111-0/+11
* move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse2007-04-041-0/+6
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-0/+26
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-2/+13
* Move header file inclusion logic and definition of timevalYang Tse2007-02-201-0/+41
* fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse2007-02-181-0/+11
* Move portable error number symbolic name definitions to setup_once.hYang Tse2007-02-171-0/+45
* introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse2007-02-151-0/+28
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-4/+0
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-1/+7
* use our own ISUPPER and ISLOWER macrosYang Tse2007-02-131-0/+2
* use our own ISBLANK macroYang Tse2007-02-131-0/+1
* move DEBUGF macro definition to setup_once.hYang Tse2007-02-021-0/+11
* sync with lib/setup_once.hYang Tse2007-01-271-3/+3
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-0/+9
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+10
* Sync with lib/setup_once.hYang Tse2006-10-271-6/+0
* Sync with lib/setup_once.hYang Tse2006-10-181-0/+1
* Tor's spell fixesDaniel Stenberg2006-10-181-1/+1
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-181-2/+25
* Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse2006-07-311-0/+10
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-0/+99