- Jul 27, 2008
-
-
Yang Tse authored
-
- Jul 26, 2008
-
-
Yang Tse authored
-
- Jul 24, 2008
-
-
Yang Tse authored
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
-
- Jul 22, 2008
- Jul 21, 2008
-
-
Yang Tse authored
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
-
- Jul 20, 2008
-
-
Yang Tse authored
failure to properly detect recvfrom arg types on Solaris
-
Yang Tse authored
function recvfrom as a result of the info additionally logged when running on a Solaris system. The compiler error showed that the prototype being used on Solaris was the one declared in line 427 of "/usr/include/sys/socket.h" as: function(int, pointer to void, unsigned int, int, pointer to struct sockaddr, pointer to void) returning int
-
- Jul 19, 2008
-
-
Yang Tse authored
failure to properly detect recvfrom arg types on Solaris
-
- Jul 17, 2008
-
-
Yang Tse authored
to the data type pointed by its respective argument and not the pointer type.
-
- Jul 16, 2008
-
-
Yang Tse authored
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.
-
- Jul 02, 2008
-
-
Yang Tse authored
-
- Jun 30, 2008
-
-
Yang Tse authored
-
- Jun 29, 2008
-
-
Yang Tse authored
-
Yang Tse authored
some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test macro when checking monotonic clock availability. This is now fixed and the monotonic clock will not be used unless the feature test macro is defined with a value greater than zero indicating always supported.
-
- Jun 20, 2008
-
-
Yang Tse authored
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail.
-
- Jun 18, 2008
-
-
Yang Tse authored
AC_FOO_IFELSE macros, otherwise temp files are not removed. Identation adjustment.
-
- Jun 13, 2008
-
-
Dan Fandrich authored
-
- Jun 06, 2008
-
-
Yang Tse authored
-
- May 21, 2008
- May 20, 2008
- May 19, 2008
- May 17, 2008
-
-
Yang Tse authored
-
- May 14, 2008
-
-
Yang Tse authored
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build.
-
Yang Tse authored
when build target is not a native Windows one
-
Yang Tse authored
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined.
-
- May 12, 2008
-
-
Yang Tse authored
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock.
-
- May 10, 2008
-
-
Yang Tse authored
-
- Mar 31, 2008
-
-
Michal Marek authored
$capath is known to configure, so it can be defined in config.h instead.
-
- Mar 20, 2008
-
-
Michal Marek authored
default instead of a ca bundle. The configure script will also look for a ca path if no ca bundle is found and no option given. - Fixed detection of previously installed curl-ca-bundle.crt
-
- Feb 18, 2008
-
-
Daniel Stenberg authored
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
-
- Oct 24, 2007
-
-
Yang Tse authored
-
- Oct 19, 2007
-
-
Yang Tse authored
In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no additional library even when the optional list of libraries has been given.
-