History log of /curl/lib/config-win32ce.h (Results 51 – 75 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 842de911 15-Sep-2008 Yang Tse

HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32


Revision tags: curl-7_19_0
# 9849c6b8 22-Aug-2008 Yang Tse

Adjustments to better select/differentiate when large/small file
support is provided using WIN32 functions directly.


# 14240e9e 07-Aug-2008 Yang Tse

Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.


# 39f23aec 17-Jul-2008 Yang Tse

RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
to the data type pointed by its respective argument and not the pointer type.


# a9dc9005 16-Jul-2008 Yang Tse

Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files,

Configure process now checks availability of recvfrom() socket function and
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.

show more ...


# 32a83128 14-Jul-2008 Yang Tse

Remove duplicate file inclusions. These are already done in lib/setup.h


Revision tags: curl-7_18_2
# 19479ea0 09-May-2008 Yang Tse

Internal time differences now use monotonic time source if available.
This also implies the removal of the winmm.lib dependency for WIN32.


# 95fd093c 22-Apr-2008 Yang Tse

Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server.

Reintroduce, for test # 1001, the <postchec

Remove fflush() + fsync() previously introduced accelerated writing of
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

show more ...


# f48eb36f 21-Apr-2008 Yang Tse

HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems


Revision tags: curl-7_18_1
# 8e9e33ae 07-Mar-2008 Yang Tse

VS2005 and later dafault size for time_t is 64-bit, unless
_USE_32BIT_TIME_T has been defined to get a 32-bit time_t


Revision tags: curl-7_18_0
# dee3844f 07-Nov-2007 Yang Tse

MSVC versions prior to VS2005 do not complain about portable C functions


Revision tags: curl-7_17_1
# 08c5e2a1 24-Oct-2007 Yang Tse

Windows build targets have socklen_t definition in ws2tcpip.h but some
versions of ws2tcpip.h do not have the definition. It seems that when
the socklen_t definition is missing from ws2tcpip.

Windows build targets have socklen_t definition in ws2tcpip.h but some
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.

show more ...


Revision tags: curl-7_17_0
# d0edb478 11-Aug-2007 Daniel Stenberg

Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those
libs just like we link all other third

Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
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.

show more ...


Revision tags: curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2
# 34ed4642 20-Mar-2007 Gisle Vanem

Remove unneeded 'HAVE_*' defines.


Revision tags: curl-7_16_1
# a46f55b9 25-Nov-2006 Yang Tse

Make sure RETSIGTYPE is properly defined


# bcd8a3b2 24-Nov-2006 Yang Tse

Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
as appropriate for platforms that don't have autotools support


Revision tags: curl-7_16_0
# dc3ed353 14-Oct-2006 Yang Tse

Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5
# 13616f8f 25-Jul-2006 Yang Tse

Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.


# fe22872d 11-Jul-2006 Yang Tse

include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.


# 7e43d06b 04-Jul-2006 Yang Tse

Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.


# 89f54f37 04-Jul-2006 Yang Tse

Platforms that don't have/run configure need default values in their config files for:

HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE

Platforms that don't have/run configure need default values in their config files for:

HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7

HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV

HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV

show more ...


Revision tags: curl-7_15_4
# 414c57d1 26-Apr-2006 Gisle Vanem

Added support for Salford-C under Win32 (scc). HAVE_MALLOC_H and
HAVE_PROCESS_H added for all except scc.


Revision tags: curl-7_15_3, curl-7_15_2
# a65a8888 17-Feb-2006 Yang Tse

Fix spacing.


# 0ad3e046 18-Dec-2005 Yang Tse

Fix spacing. When defining, define to 1.


# 23b34744 17-Dec-2005 Yang Tse

Cleanup


1234