Yang Tse
|
debe0b561d
check for poll() as it is done for other functions
|
15 years ago |
Dan Fandrich
|
9ddc7ad038
Fixed NTLM on curl-config --features with GnuTLS
|
15 years ago |
Dan Fandrich
|
9a4c887c4a
Added support for Digest and NTLM authentication using GnuTLS.
|
15 years ago |
Dan Fandrich
|
4b441ebac5
Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS
|
16 years ago |
Daniel Stenberg
|
b9fdc0c251
- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
|
16 years ago |
Gunter Knauf
|
1cc50d31f9
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.
|
16 years ago |
Gunter Knauf
|
6efde61227
added check for sin6_scope_id member in struct sockaddr_in6.
|
16 years ago |
Yang Tse
|
39d0b57ebf
Further adjust a libssh2 preprocessor function-symbol definition check
|
16 years ago |
Daniel Stenberg
|
53a8a6e5a6
- Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19
|
16 years ago |
Yang Tse
|
4e4b6de5ce
provide a common PATH_SEPARATOR check method which is required by
|
16 years ago |
Yang Tse
|
9b12f09600
check for gethostbyaddr and gethostbyname as it is done for other functions
|
16 years ago |
Yang Tse
|
3f01d9a043
trim down configure script size
|
16 years ago |
Yang Tse
|
17d2a464ad
Refactor configure script detection of functions used to set sockets into
|
16 years ago |
Yang Tse
|
9717ccb786
check for getifaddrs and freeifaddrs as it is done for other functions
|
16 years ago |
Yang Tse
|
33319f5d2d
check for freeaddrinfo() at configuration phase
|
16 years ago |
Yang Tse
|
23eb74e085
make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
|
16 years ago |
Yang Tse
|
74a16db975
Initial attempt to detect at configuration time if the getaddrinfo()
|
16 years ago |
Yang Tse
|
0989cd358a
Initial attempt to detect at configuration time if the getaddrinfo()
|
16 years ago |
Yang Tse
|
1054dc5ed1
remove from configure.ac temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
db325d1f43
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
231a51fe7a
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
be760bed7e
Ensure that shell variable contents which have active meaning
|
16 years ago |
Dan Fandrich
|
fad3288d20
Fixed the --interface option to work with IPv6 connections on glibc
|
16 years ago |
Yang Tse
|
d930280af5
Initial attempt to support configure's --(dis|en)able-optimize
|
16 years ago |
Yang Tse
|
2245ac2f88
Initial attempt to support configure's --(dis|en)able-warnings
|
16 years ago |
Yang Tse
|
4aee6822ca
now compiler warnings are activated for all gcc builds, not only debug ones.
|
16 years ago |
Yang Tse
|
beb14ca6d6
Use CFLAGS for icc linker options instead of LDFLAGS,
|
16 years ago |
Daniel Stenberg
|
6f8d439717
spell!
|
16 years ago |
Daniel Stenberg
|
f3ab5d5500
- Daniel Egger provided a patch that allows you to disable proxy support in
|
16 years ago |
Yang Tse
|
9f8c40ed78
use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version number
|
16 years ago |