summaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the unused HAVE_SIG_ATOMIC_T et. al.Dan Fandrich2021-07-231-3/+0
| | | | It was added in 2006 but I see no evidence it was ever used.
* misc: fix typos in comments which repeat a wordAndrei Rybak2021-06-281-1/+1
| | | | | | | | | Fix typos in code comments which repeat various words. In trivial cases, just delete the repeated word. Reword the affected sentence in "lib/url.c" for it to make sense. Closes #7303 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-181-3/+0
| | | | Closes #7276
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-181-3/+0
| | | | Closes #7276
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-181-3/+0
| | | | Closes #7276
* configure/cmake: remove remaining checks for err.hGergely Nagy2021-06-181-3/+0
| | | | Closes #7276
* configure/cmake: remove remaining checks for crypto.hGergely Nagy2021-06-181-3/+0
| | | | Closes #7276
* config: remove now-unused macrosMarc Aldorasi2021-05-191-18/+0
| | | | Closes #7094
* configure: remove use of RETSIGTYPEMichael Forney2021-04-071-3/+0
| | | | | | | | | | | This was previously defined by the obsolete AC_TYPE_SIGNAL macro, which was removed in 2682e5f5. The deprecation text says > Your code may safely assume C89 semantics that RETSIGTYPE is void. So, remove it and just use void instead. Closes #6861
* build: delete unused feature guardsViktor Szakats2021-02-231-10/+1
| | | | | | | | | | - `HAVE_STRNCASECMP` - `HAVE_TCGETATTR` - `HAVE_TCSETATTR` Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes #6645
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
| | | | | | | | .. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-3/+0
| | | | | | | | .. because limits.h presence isn't optional, it's required by C89. Ref: http://port70.net/~nsz/c/c89/c89-draft.html#2.2.4.2 Closes https://github.com/curl/curl/pull/2215
* config-win32: define SIZEOF_LONGViktor Szakats2017-08-221-0/+3
| | | | | | | | Recent changes that replaced CURL_SIZEOF_LONG in the source with SIZEOF_LONG broke builds that use the premade configuration files and don't have SIZEOF_LONG defined. Closes https://github.com/curl/curl/pull/1814
* spelling fixesklemens2017-03-261-2/+2
| | | | Closes #1356
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* checksrc: Windows-specific input fixesJay Satiro2015-03-301-1/+1
| | | | | | | | | | | lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c.
* ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme2015-01-181-2/+2
| | | | | For consistency with other USE_WIN32_ defines as well as the USE_OPENLDAP define.
* unicode NTLM SSPI: cleanupYang Tse2012-07-051-3/+11
| | | | Reduce the number of #ifdef UNICODE directives used in source files.
* config-win32ce.h: WinCE config adjustmentMark Salisbury2012-06-201-2/+2
| | | | process.h is not present on WinCE
* errno.h inclusion conditionally done in setup_once.h - followupYang Tse2011-07-251-1/+1
|
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-0/+3
|
* 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: provide SIZEOF_SIZE_T definition for non-configure buildsYang Tse2010-12-021-0/+7
|
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-1/+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
|
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-0/+3
|
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵Gunter Knauf2008-12-301-1/+1
| | | | just found that ares already uses this define.
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵Gunter Knauf2008-12-301-0/+3
| | | | be IPv6-aware.
* 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.
* 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
|
* Adjustments to better select/differentiate when large/small fileYang Tse2008-08-221-0/+16
| | | | support is provided using WIN32 functions directly.
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-8/+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 duplicate file inclusions. These are already done in lib/setup.hYang Tse2008-07-141-18/+0
|
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-1/+0
| | | | This also implies the removal of the winmm.lib dependency for WIN32.
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-8/+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/+8
|
* 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 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.
* 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.
* Remove unneeded 'HAVE_*' defines.Gisle Vanem2007-03-201-12/+0
|
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-5/+7
|
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+6
| | | | as appropriate for platforms that don't have autotools support
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools ↵Yang Tse2006-10-141-0/+6
| | | | support
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵Yang Tse2006-07-251-1/+1
| | | | shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.