summaryrefslogtreecommitdiff
path: root/lib/setup.h
Commit message (Expand)AuthorAgeFilesLines
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-281-1/+1
* Fix typo.Gisle Vanem2007-02-261-2/+2
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-12/+0
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-7/+0
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-2/+2
* move DEBUGF macro definition to setup_once.hYang Tse2007-02-021-6/+0
* fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf2007-01-291-1/+6
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-181-0/+16
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-181-10/+0
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-0/+10
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Support other MS-DOS compilers (MSDOS is a djgpp built-in define).Gisle Vanem2006-08-291-4/+4
* David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg2006-08-291-13/+0
* Avoid redundant check. configure script takes care of not definingYang Tse2006-08-041-2/+4
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-70/+9
* Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem2006-07-211-8/+4
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-191-1/+1
* Place parenthesis surrounding macro parameters so that the use of sread and s...Yang Tse2006-07-121-4/+4
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-121-12/+59
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-1/+1
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-081-2/+4
* Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H andGisle Vanem2006-04-261-0/+11
* avoid duplicate typedefs, as this type is also defined in our public headersDaniel Stenberg2006-04-101-0/+4
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+6
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-5/+0
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Include <sys/ioctl.h> before redefining ioctl().Gisle Vanem2006-01-021-0/+1
* Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem2005-12-201-4/+20
* Windows related cleanupYang Tse2005-12-171-23/+26
* Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_HYang Tse2005-12-171-3/+3
* 'Fix' windows buildsYang Tse2005-12-161-14/+28
* Dov Murik made defining HTTP_ONLY also disable TFTPDaniel Stenberg2005-12-111-0/+1
* Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDKYang Tse2005-12-091-0/+12
* Yang Tse: removes GOPHER protocol when HTTP is disabledDaniel Stenberg2005-11-241-0/+4
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-241-0/+3
* only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg2005-11-231-0/+2
* Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg2005-11-231-0/+2
* Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg2005-11-111-7/+0
* David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg2005-11-101-1/+8
* Fix for building with MS Visual-C and single-threadedGisle Vanem2005-10-021-0/+8
* DEBUGF() is a new conveniant macro to add infof() calls (or similar) forDaniel Stenberg2005-05-071-0/+6
* Since Windows doesn't have/use the POSIX prototype for send() and recv(), weDaniel Stenberg2005-04-261-2/+5
* adding a bunch of comments for each #endifDaniel Stenberg2005-04-261-16/+16
* Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg2005-04-241-1/+5
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-0/+8
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* fix compiler warningDaniel Stenberg2005-03-191-1/+1
* Use the proper macro to do uClibc detection.Dan Fandrich2005-03-171-1/+1
* Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich2005-03-151-0/+4