summaryrefslogtreecommitdiff
path: root/src/config-win32.h
Commit message (Expand)AuthorAgeFilesLines
* keep a single copy of config-win32.h in version control repository.Yang Tse2011-08-051-467/+0
* BSD-style lwIP TCP/IP stack support:Yang Tse2011-08-041-0/+25
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-0/+3
* checksrc: whitespace and code style cleanupDaniel Stenberg2011-04-271-2/+4
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
* build: use external preprocessor cpp32 when building with Borland CYang Tse2011-01-121-1/+1
* Borland C++ doesnt have struct sockaddr_storage.Guenter Knauf2011-01-111-1/+1
* Moved S_ISREG define to setup as suggested by Dan.Guenter Knauf2010-09-021-5/+0
* Added S_ISREG define for Win32.Guenter Knauf2010-09-021-0/+5
* Watcom makefiles overhaul.Guenter Knauf2010-07-291-0/+4
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-0/+16
* HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse2010-01-241-9/+12
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-271-15/+60
* Fix commentYang Tse2009-10-061-0/+4
* Do not halt compilation when using VS2008 to build a Windows 2000 targetYang Tse2009-02-201-6/+22
* spell-fixed comments and other minor non-code editsDaniel Stenberg2009-02-181-4/+5
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-301-1/+1
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...Gunter Knauf2008-12-301-0/+3
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-161-0/+24
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-3/+9
* Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse2008-11-011-2/+2
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-011-0/+14
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-0/+9
* fixed largefile feature for MingW32 non-configure builds.Gunter Knauf2008-09-041-0/+4
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-221-0/+16
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+24
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-6/+0
* HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse2008-04-211-0/+6
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-071-0/+10
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-4/+6
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-5/+0
* blocked ssize_t define for MingW32.Gunter Knauf2007-08-081-1/+2
* moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf2007-08-071-0/+5
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+15
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-011-0/+3
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-0/+22
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+6
* Since now src/setup.h includes setup_once.h, src/config-win32.h needsYang Tse2006-10-201-0/+39
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-141-0/+31
* Fix spacing. When defining, define to 1.Yang Tse2005-12-181-2/+2
* CleanupYang Tse2005-12-171-34/+51
* 'Fix' windows buildsYang Tse2005-12-161-0/+12
* Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg2005-04-241-0/+4
* Better cope with a failed or unavailable ftruncate().Dan Fandrich2005-03-051-0/+3
* Replace MINGW32 with built-in __MINGW32__.Gisle Vanem2004-12-061-1/+1
* mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so weDaniel Stenberg2004-11-241-5/+0
* mingw has a ftruncate() functionDaniel Stenberg2004-11-241-0/+5