summaryrefslogtreecommitdiff
path: root/lib/setup_once.h
Commit message (Expand)AuthorAgeFilesLines
...
* use our own ISBLANK macroYang Tse2007-02-131-0/+1
* move DEBUGF macro definition to setup_once.hYang Tse2007-02-021-0/+11
* sync comment with realityYang Tse2007-01-271-2/+2
* recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.Daniel Stenberg2006-12-161-1/+1
* 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
* Get rid of the special sread()+swrite() for MSDOS. Use recv()Gisle Vanem2006-10-271-6/+0
* Added ISPRINT() required for src/main.c.Gisle Vanem2006-10-181-1/+2
* Tor's spell fixesDaniel Stenberg2006-10-181-1/+1
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-181-0/+23
* Support other MS-DOS compilers (MSDOS is a djgpp built-in define).Gisle Vanem2006-08-291-3/+3
* 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/+106