summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
Commit message (Collapse)AuthorAgeFilesLines
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* 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
|
* build: provide SIZEOF_SIZE_T definition for non-configure buildsYang Tse2010-12-021-0/+7
|
* 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
|
* Moved the LDAP API defines from Makefile.Watcom to config-win32.h.Guenter Knauf2010-08-021-0/+7
| | | | These defines are only needed for older Watcom versions (< 1280).
* Watcom makefiles overhaul.Guenter Knauf2010-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - make both libcurl and curl makefiles use register calling convention (previously libcurl had stack calling convention). - added include paths to the Watcom headers so its no longer required to set the environment vars for this. - added -wcd=201 to supress compiler warning about unreachable code. - use macros for all tools, and removed dependency on GNU tools like rm. - make ipv6 and debug builds controlable via env vars and so make them optional instead of default. - commented WINLDAPAPI and WINBERAPI since they broke with OW 1.8, and it seems they're not needed (anymore?). - added rule for hugehelp.c.cvs so that it will be created when not already exist - this is required for building from a release tarball since there we have no hugehelp.c.cvs, thus compilation broke. - removed C_ARG creation from lib/Makefile.Watcom and use CFLAGS directly as done too in src/Makefile.Watcom - this has the benefit that we will see all active cflags and defines during compile. - added LINK-ARG to src/Makefile.Watcom in order to better control linker input. - a couple of other minor makefile tweaks here and there ... - added largefile support for Watcom builds to config-win32.h. Not yet tested if it really works, but should since Win32 supports it. - added loaddll stuff to speed up builds if supported.
* build: add enable IPV6 option for the VC makefilesPierre Joye2010-06-301-1/+1
|
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-3/+0
| | | | | | | | | Enable OpenLDAP support for cygwin builds. This support was disabled back in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers. cygwin's OpenSSL 0.9.8l and OpenLDAP 2.3.43 versions on cygwin 1.5.25 allow building an OpenLDAP enabled libcurl supporting back to Windows 95. Remove non-functional CURL_LDAP_HYBRID code and references.
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-2/+8
|
* resolver selection for non-configure Windows builds, default is threaded DNSYang Tse2010-01-261-0/+18
|
* HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse2010-01-241-9/+12
|
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-271-14/+52
|
* Fix commentYang Tse2009-10-061-0/+1
|
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-0/+3
|
* 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
|
* 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-1/+4
| | | | non-blocking mode, and decouple function detection from function capability.
* 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-10/+14
| | | | | | quite convoluted, compiler dependant and in some cases even build target dependat.
* Added '#define HAVE_GETADDRINFO'.Gisle Vanem2008-11-011-0/+7
|
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-3/+0
|
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-3/+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
| | | | support is provided using WIN32 functions directly.
* - Phil Pellouchoud pointed out that the windows version of libcurl had aDaniel Stenberg2008-08-201-1/+5
| | | | | | memory leak because it never called the OpenSSL function CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a missing define in config-win32.h!
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-15/+0
| | | | to have a curl_off_t data type no longer gated to off_t.
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+6
| | | | to the data type pointed by its respective argument and not the pointer type.
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+24
| | | | | | finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-6/+0
| | | | | | | | | | server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
* 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
| | | | _USE_32BIT_TIME_T has been defined to get a 32-bit time_t
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
| | | | | | and makes wrong asumptions of build target when it isn't specified. So, if no build target has been defined we will target WinXP when building with MSVC 9.0 (VS2008).
* pollfd struct and WSA_poll fixes for Windows Vista already present in CVSYang Tse2007-12-181-8/+0
|
* Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct andDaniel Stenberg2007-12-171-0/+8
| | | | | defines in the SDK somehow differently so we have to add a define to the config-win32.h file to make select.h compile nicely.
* 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
| | | | | | | versions of ws2tcpip.h do not have the definition. It seems that when the socklen_t definition is missing from ws2tcpip.h the definition for INET_ADDRSTRLEN is also missing, and that when one definition is present the other one also is available.
* fix socklen_t for MSVC6 & 7.Gunter Knauf2007-10-091-1/+1
|
* added a define for Win32 to detect already defined ssize_t.Gunter Knauf2007-09-181-0/+3
|
* added defines to build with OpenLDAP.Gunter Knauf2007-08-241-1/+5
|
* added define for ldap_ssl.h.Gunter Knauf2007-08-201-1/+8
|
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-9/+4
| | | | | | | | the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
* 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/+5
|
* Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).Gisle Vanem2007-03-171-15/+1
|
* Do not define HAVE_GMTIME_R for native Windows buildsYang Tse2007-02-151-5/+3
|
* - Robert A. Monat made libcurl build fine with VC2005 - it doesn't haveDaniel Stenberg2007-02-131-2/+10
| | | | | gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define.