summaryrefslogtreecommitdiff
path: root/setup_once.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse1-0/+21
2007-04-11convenience SIG_ATOMIC_T macro definitionYang Tse1-0/+11
2007-04-04move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_o...Yang Tse1-0/+6
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse1-0/+26
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse1-2/+13
2007-02-20Move header file inclusion logic and definition of timevalYang Tse1-0/+41
2007-02-18fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.hYang Tse1-0/+11
2007-02-17Move portable error number symbolic name definitions to setup_once.hYang Tse1-0/+45
2007-02-15introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()Yang Tse1-0/+28
2007-02-14avoid using funtion isblank() and just use our ISBLANKYang Tse1-4/+0
2007-02-13check for isblank() at configuration stage. If not availableYang Tse1-1/+7
2007-02-13use our own ISUPPER and ISLOWER macrosYang Tse1-0/+2
2007-02-13use our own ISBLANK macroYang Tse1-0/+1
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse1-0/+11
2007-01-27sync with lib/setup_once.hYang Tse1-3/+3
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse1-0/+9
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse1-0/+10
2006-10-27Sync with lib/setup_once.hYang Tse1-6/+0
2006-10-18Sync with lib/setup_once.hYang Tse1-0/+1
2006-10-18Tor's spell fixesDaniel Stenberg1-1/+1
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse1-2/+25
2006-07-31Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse1-0/+10
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse1-0/+99