summaryrefslogtreecommitdiff
path: root/lib/setup.h
Commit message (Expand)AuthorAgeFilesLines
* Nah, ignore the OS define in here. This is being included by ares and itDaniel Stenberg2004-03-101-4/+0
* Now requires an OS string defined by the config*.h fileDaniel Stenberg2004-03-101-5/+1
* Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.Daniel Stenberg2004-03-101-5/+8
* moved the curl_socket_t typedef downwardsDaniel Stenberg2004-03-101-8/+9
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-0/+8
* Tor Arntsen's fix to a AIX build problemDaniel Stenberg2004-03-091-5/+0
* Andrés García's patch to prevent warnings while compiling with mingw, mainlyDaniel Stenberg2004-03-041-4/+5
* Tom Bates' adjustment to build on his nsr-tandem-nsk.Daniel Stenberg2004-03-031-0/+4
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-021-3/+2
* - we switch to simply use FORMAT_OFF_T internallyDaniel Stenberg2004-03-021-5/+4
* define ENABLE_64BIT if we have enabled 64bit large filesDaniel Stenberg2004-03-011-0/+19
* Gisle Vanem brings name resolving timeout possibilities to windows people.Daniel Stenberg2004-02-201-0/+4
* simplified and better commented config.h include logicDaniel Stenberg2004-02-181-6/+4
* we include errno.h to truly know if we have ECONNRESET or notDaniel Stenberg2004-02-021-0/+1
* Somewhat crude attempt at fixing the test 91 failures. I commit this nowDaniel Stenberg2004-01-301-0/+10
* moved the definitions of IOCTL_3_ARGS to setup.hDaniel Stenberg2004-01-291-0/+8
* define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg2004-01-231-0/+4
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-17/+0
* Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg2004-01-131-0/+9
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* we now have a 'curlassert' function to useDaniel Stenberg2003-12-101-1/+12
* less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg2003-12-021-1/+2
* If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg2003-12-021-8/+17
* Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don'tDaniel Stenberg2003-11-061-0/+7
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-0/+11
* bail out hard if ipv6 and ares are both enabled at the same timeDaniel Stenberg2003-10-081-1/+5
* BeOS-adjustments, as provided by ShardDaniel Stenberg2003-10-051-5/+9
* 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