History log of /curl/acinclude.m4 (Results 276 – 300 of 338)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fea5ddf5 16-Dec-2005 Yang Tse

More quotes


# b9f39c27 16-Dec-2005 Yang Tse

Fix copy paste bug


# 5acac030 16-Dec-2005 Yang Tse

Test CURL_CHECK_TYPE_SOCKLEN_T


# 78febad7 16-Dec-2005 Yang Tse

Oops. Wrong double quotes


# a6a5bba0 16-Dec-2005 Yang Tse

Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_T


# 51581c03 15-Dec-2005 Yang Tse

Tests to check the availability of compilable and
valid windows.h winsock.h winsock2.h and ws2tcpip.h
header files:
CURL_CHECK_HEADER_WINDOWS
CURL_CHECK_HEADER_WINSOCK
CURL_CHECK_

Tests to check the availability of compilable and
valid windows.h winsock.h winsock2.h and ws2tcpip.h
header files:
CURL_CHECK_HEADER_WINDOWS
CURL_CHECK_HEADER_WINSOCK
CURL_CHECK_HEADER_WINSOCK2
CURL_CHECK_HEADER_WS2TCPIP

show more ...


# 7f5d0922 14-Dec-2005 Yang Tse

Some preprocessors have problems if the # character isn't at position 1.


# 2645782f 14-Dec-2005 Yang Tse

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'.


Revision tags: curl-7_15_1
# be524fed 12-Nov-2005 Daniel Stenberg

on windows (mingw32) the sockaddr_storage struct is in winsock2.h


Revision tags: curl-7_15_0, curl-7_14_1, c-ares-1_3_0
# c7b7bf32 19-Aug-2005 Daniel Stenberg

removed the unreachable code warning from gcc debug builds, even the most
recent gcc versions give far too many false positives for this to be valuable


# ef355196 19-Aug-2005 Daniel Stenberg

removed some inaccurate comments about the TYPE_IN_ADDR_T check


# e81d4ac8 20-Jul-2005 Dan Fandrich

Add -Wdeclaration-after-statement to gcc to detect accidental C99-style
variable declarations.


# b37a0b05 30-Jun-2005 Dan Fandrich

Detect (or at least infer) glibc-style strerror_r even when cross-compiling.


# b9e5302f 18-May-2005 Daniel Stenberg

adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE
when looking for the prototype


# dd7b6aef 18-May-2005 Daniel Stenberg

The configure check for strerror_r() failed to detect the proper API at
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

The configure check for strerror_r() failed to detect the proper API at
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).

show more ...


Revision tags: curl-7_14_0
# 07e58aaa 02-May-2005 Daniel Stenberg

Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At
least it should no longer cause a compiler error. However, it does not have
AI_NUMERICHOST so we cannot getaddrinfo(

Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At
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.

show more ...


# a31ddd36 02-May-2005 Daniel Stenberg

Now configure checks for struct sockaddr_storage and the ftp code tries
to survive without it if not found. AIX 4.3 targetted adjustment.


Revision tags: curl-7_13_2
# 4e555c7b 22-Mar-2005 Daniel Stenberg

When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present.


# 1f68fa19 15-Mar-2005 Dan Fandrich

Finally fixed the LDAP library searching bug on libtool ver. 1.5


# 228e6274 14-Mar-2005 Dan Fandrich

Use the libtool variables better to make LDAP library search work on
more platforms.


# b5112096 11-Mar-2005 Dan Fandrich

Work around a bug in libtool ver. 1.5 during LDAP library detection.


# 205f8b26 11-Mar-2005 Dan Fandrich

Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
the correct dynamic library names by default, and provides override switches
--with-ldap-lib, --with-lber-lib and

Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects
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.

show more ...


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 58f4af79 22-Dec-2004 Daniel Stenberg

Marcin Konicki provided two configure fixes and a source fix to make curl
build out-of-the-box on BeOS.


# 0e591829 20-Dec-2004 Dan Fandrich

gcc 2.7 can't handle a few warning options that gcc 2.95 can.


Revision tags: curl-7_12_3
# 38181fbc 15-Dec-2004 Dan Fandrich

Fix the --enable-debug compiler warning options for older versions of gcc.


1...<<11121314