aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
AgeCommit message (Expand)Author
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse
2009-06-04allow building libcurl for VxWorksYang Tse
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse
2009-02-12Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich
2008-11-17if2ip.c related preprocessor cleanupYang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-05somewhat protect Mac OS X users from using Mac OS 9 config fileYang Tse
2008-08-28When not using large file support WIN32's lseek offset is a 'long'.Yang Tse
2008-08-26Fix default SIZEOF_OFF_T definition logicYang Tse
2008-08-26Use SIZEOF_OFF_T definition from config fileYang Tse
2008-08-22Reinstate struct_stat definition that got lost in previous commit.Yang Tse
2008-08-22Adjustments to better select/differentiate when large/small fileYang Tse
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse
2008-08-20Simplify condition checkYang Tse
2008-08-16Oops, missed FORMAT_OFF_TUYang Tse
2008-08-16Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse
2008-08-15For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse
2008-08-11 s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-07-30Sync comment with reality.Yang Tse
2008-07-27setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse
2008-07-22minor reordering in OS/400 config/setup filesYang Tse
2008-07-21Undefine 'byte' due to dict.c.Gisle Vanem
2008-07-14Move _REENTRANT definition earlier in lib/setup.hYang Tse
2008-07-14Removed inclusion of remaining system header files from configuration files.Yang Tse
2008-07-14Inclusion of <extra/stricmp.h> and <extra/strdup.h> is moved to lib/setup.hYang Tse
2008-07-14HTTP_ONLY definition check in lib/setup.h is now done once that configurationYang Tse
2008-06-30- Stephen Collyer and Tor Arntsen helped identify a flaw in the range codeDaniel Stenberg
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse
2007-08-23Porting library to OS/400Patrick Monnerat
2007-07-30Properly set USE_SSL on OS/400Dan Fandrich
2007-07-11added NetWare-own file to provide some init functions (for now only CLIB);Gunter Knauf
2007-06-30moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf
2007-05-17Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich
2007-02-28proper symbol definition check for all AmigaOS flavoursYang Tse
2007-02-26Fix typo.Gisle Vanem
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-12Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-01-29fixed segfault when compiled with MingW32 and cmd or command shell.Gunter Knauf
2006-10-18Introduce symbol USE_WINSOCK which will be defined whenYang Tse
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse
2006-10-17Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg
2006-09-03Simplified #ifdef on WIN32; the statementGisle Vanem
2006-08-29Support other MS-DOS compilers (MSDOS is a djgpp built-in define).Gisle Vanem
2006-08-29David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg