- Dec 14, 2005
-
-
Yang Tse authored
Determine the correct type to be passed to four of the `getnameinfo' function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'.
-
- Nov 12, 2005
-
-
Daniel Stenberg authored
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
recent gcc versions give far too many false positives for this to be valuable
-
Daniel Stenberg authored
-
- Jul 20, 2005
-
-
Dan Fandrich authored
variable declarations.
-
- Jun 30, 2005
-
-
Dan Fandrich authored
-
- May 18, 2005
-
-
Daniel Stenberg authored
when looking for the prototype
-
Daniel Stenberg authored
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
-
- May 02, 2005
-
-
Daniel Stenberg authored
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-
- Mar 22, 2005
-
-
Daniel Stenberg authored
When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present.
-
- Mar 15, 2005
-
-
Dan Fandrich authored
-
- Mar 14, 2005
-
-
Dan Fandrich authored
more platforms.
-
- Mar 11, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
build out-of-the-box on BeOS.
-
- Dec 20, 2004
-
-
Dan Fandrich authored
-
- Dec 15, 2004
-
-
Dan Fandrich authored
-
- Jun 07, 2004
-
-
Daniel Stenberg authored
work. This is supposed to detect cross-compiling and alert the user, and not do the POSIX-check for strerror_r() if it already detected a glibc-compatible strerror_r().
-
- Jun 04, 2004
-
-
Daniel Stenberg authored
the user. 2 - don't check for POSIX-style if glibc-style is found first
-
- May 06, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with no prior declaration" since this is a habit we have in the code.
-
Daniel Stenberg authored
compilers to warn
-
- May 05, 2004
-
-
Daniel Stenberg authored
ones use this too...
-
- Apr 01, 2004
-
-
Daniel Stenberg authored
-
- Mar 31, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
added some more debug output to make it easier to detect failure reasons in the autobuild logs
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
works. No code actually uses the HAVE_NI_WITHSCOPEID (that a positive test results in), but this is still only for testing purposes.
-
- Mar 25, 2004
-
-
Daniel Stenberg authored
1. Try with _THREAD_SAFE instead of _REENTRANT, as AIX seems to require it and if _REENTRANT is required we should already have it set since one of the previous tests. 2. Added API-detection for what kind of strerror_r() that is provided. The POSIX style or the glibc style. Tor Arntsen provided the necessary feedback these changes are based upon.
-
- Mar 24, 2004
-
-
Daniel Stenberg authored
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
-
- Mar 08, 2004
-
-
Daniel Stenberg authored
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
on FreeBSD gives us lots of warnings in system headers and I suspect this option is what causes them!
-
Daniel Stenberg authored
that were set. For easier debugging/changing of this.
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
appear because of our home-grown option '%Od' for the curl_off_t output.
-
Daniel Stenberg authored
compiler!
-
- Feb 25, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURL_CC_DEBUG_OPTS function in acinclude.m4
-
- Jan 15, 2004
-
-
Daniel Stenberg authored
automake 1.8+ stops complaining!
-