summaryrefslogtreecommitdiff
path: root/lib/setup.h
Commit message (Expand)AuthorAgeFilesLines
* Removed _WIN32_WINNT to support IPv6 under Win-2K.Gisle Vanem2005-01-041-11/+0
* Must include <io.h> and <sys/stat.h> before redefiningGisle Vanem2004-12-161-0/+3
* moved the lseek() and stat() magic defines to setup.h and now take advantageDaniel Stenberg2004-12-161-0/+8
* precaution to prevent double typedefs of the boolDaniel Stenberg2004-12-151-1/+1
* Dan Fandrich:Daniel Stenberg2004-12-111-17/+0
* I changed my mind. Remove ioctl() macro in setup.h instead.Gisle Vanem2004-11-261-1/+0
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+5
* check for and require tld.h to be present before libidn usage is activatedDaniel Stenberg2004-11-081-4/+5
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+6
* Testing to define _REENTRANT unconditionally in here.Daniel Stenberg2004-10-261-5/+6
* removed weird preprocessor juggling not neededDaniel Stenberg2004-10-021-10/+0
* removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...Gunter Knauf2004-07-041-4/+0
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-13/+0
* we actually build and run fine with libidn 0.4.1 too, so let's not requireDaniel Stenberg2004-06-141-1/+1
* Gisle's adjustments to allow building with lcc-win32Daniel Stenberg2004-06-021-1/+2
* delete trailing whitespaceDaniel Stenberg2004-05-241-5/+5
* Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction toDaniel Stenberg2004-05-241-0/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-1/+11
* NDEBUG should not be defined when CURLDEBUG isDaniel Stenberg2004-04-171-1/+0
* Gisle Vanem:Daniel Stenberg2004-03-261-0/+11
* Marty Kuhrt's adjustments for a cleaner VMS buildDaniel Stenberg2004-03-211-12/+0
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-0/+8
* 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