summaryrefslogtreecommitdiff
path: root/lib/setup.h
Commit message (Expand)AuthorAgeFilesLines
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-58/+47
* somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse2008-09-051-2/+2
* When not using large file support WIN32's lseek offset is a 'long'.Yang Tse2008-08-281-1/+1
* Fix default SIZEOF_OFF_T definition logicYang Tse2008-08-261-1/+2
* Use SIZEOF_OFF_T definition from config fileYang Tse2008-08-261-0/+26
* Reinstate struct_stat definition that got lost in previous commit.Yang Tse2008-08-221-0/+3
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-221-11/+26
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-11/+0
* Simplify condition checkYang Tse2008-08-201-15/+5
* Oops, missed FORMAT_OFF_TUYang Tse2008-08-161-4/+8
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-9/+20
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-10/+6
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-6/+4
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-16/+65
* Sync comment with reality.Yang Tse2008-07-301-1/+1
* setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse2008-07-271-3/+5
* minor reordering in OS/400 config/setup filesYang Tse2008-07-221-2/+9
* Undefine 'byte' due to dict.c.Gisle Vanem2008-07-211-0/+3
* Move _REENTRANT definition earlier in lib/setup.hYang Tse2008-07-141-8/+10
* Removed inclusion of remaining system header files from configuration files.Yang Tse2008-07-141-0/+9
* Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.hYang Tse2008-07-141-0/+8
* HTTP_ONLY definition check in lib/setup.h is now done once that configurationYang Tse2008-07-141-9/+13
* - Stephen Collyer and Tor Arntsen helped identify a flaw in the range codeDaniel Stenberg2008-06-301-3/+5
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-1/+9
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-6/+4
* Porting library to OS/400Patrick Monnerat2007-08-231-0/+5
* Properly set USE_SSL on OS/400Dan Fandrich2007-07-301-2/+2
* added NetWare-own file to provide some init functions (for now only CLIB);Gunter Knauf2007-07-111-0/+1
* moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf2007-06-301-0/+4
* Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich2007-05-171-0/+6
* 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