summaryrefslogtreecommitdiff
path: root/lib/setup.h
Commit message (Expand)AuthorAgeFilesLines
* removed the strcasecmp() proto from here, and moved it to the strequal.cDaniel Stenberg2003-08-241-5/+0
* Possible code for large file support, added within #if 0 so far.Daniel Stenberg2003-08-141-0/+15
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-1/+1
* Some of Doug Kaufman's changes for the DOS portDaniel Stenberg2003-07-051-0/+7
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-2/+15
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* make WIN32 defined for Borland properly, as told by Alexander J. OssDaniel Stenberg2002-12-041-3/+2
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-1/+11
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* ugh. the VMS stuff must've been like that for a reason, I put it back againDaniel Stenberg2002-02-071-1/+2
* use the config files in this directory now, not ../Daniel Stenberg2002-02-071-7/+7
* the bool typedef is now made unsigned, to make sure it stays that on allDaniel Stenberg2002-01-071-1/+1
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-171-3/+4
* Eric Lavigne updatesDaniel Stenberg2001-11-271-1/+6
* myalarm() is history, we now use HAVE_ALARM and we now do our very best toDaniel Stenberg2001-11-061-3/+3
* Replaced read() and write() with recv() and send() for socket operationsDaniel Stenberg2001-11-021-2/+2
* major connecting updatesDaniel Stenberg2001-10-021-0/+15
* cleanupsDaniel Stenberg2001-08-241-18/+0
* adjusted for VMSDaniel Stenberg2001-08-061-0/+10
* if NEED_REENTRANT is set, define _REENTRANT already here since it has toDaniel Stenberg2001-05-311-0/+8
* use recv()/send() instead of read()/write() with socketsDaniel Stenberg2001-01-251-3/+2
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* removed old unused getpass() leftoversDaniel Stenberg2000-10-261-9/+0
* added the bool typedef, moved here from curl/curl.hDaniel Stenberg2000-10-091-0/+4
* include config.h firstDaniel Stenberg2000-08-241-1/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-2/+2
* Joern.Hartroth@telekom.de rightfully suggested two #include include fixesDaniel Stenberg2000-01-171-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+169