Daniel Stenberg
|
b9fdc0c251
- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
|
16 anni fa |
Dan Fandrich
|
c4f4fa4089
Automatically detect OpenBSD's CA cert bundle.
|
16 anni fa |
Yang Tse
|
17d2a464ad
Refactor configure script detection of functions used to set sockets into
|
16 anni fa |
Yang Tse
|
0989cd358a
Initial attempt to detect at configuration time if the getaddrinfo()
|
16 anni fa |
Yang Tse
|
0abaf22467
#include <stdlib.h> for exit() prototype
|
16 anni fa |
Yang Tse
|
2245ac2f88
Initial attempt to support configure's --(dis|en)able-warnings
|
16 anni fa |
Yang Tse
|
4aee6822ca
now compiler warnings are activated for all gcc builds, not only debug ones.
|
16 anni fa |
Yang Tse
|
4e909ee8b1
ntoa() and inet_ntoa_r() no longer used
|
16 anni fa |
Yang Tse
|
a8323cc3f5
icc adjustments
|
16 anni fa |
Yang Tse
|
d84440d53b
improve detection of gethostbyaddr_r() and gethostbyname_r()
|
16 anni fa |
Yang Tse
|
d7e406e020
improve detection of gethostname(), localtime_r() and strstr()
|
16 anni fa |
Yang Tse
|
b93ad10fa5
improve detection of fdopen() and strerror_r()
|
16 anni fa |
Yang Tse
|
3072c5b8a1
icc adjustments
|
16 anni fa |
Dan Fandrich
|
304537c24f
Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crt
|
16 anni fa |
Yang Tse
|
f9894f4ebc
Don't abort configuration if recvfrom() is not available.
|
16 anni fa |
Yang Tse
|
fef60d9d41
Added check and symbol definition for WIN32 file API usage in configure,
|
16 anni fa |
Yang Tse
|
f164260eee
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
|
16 anni fa |
Yang Tse
|
a091121293
Rename some shell vars with more descriptive names:
|
16 anni fa |
Yang Tse
|
66fb9ca5f6
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
|
16 anni fa |
Yang Tse
|
709a2ed474
Take three at trying to detect signed and unsigned curl_off_t integer constant
|
16 anni fa |
Yang Tse
|
34281925d6
Change CURL_CHECK_DEF_INTXX_C suffix definition detection.
|
16 anni fa |
Yang Tse
|
a06e077938
Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG
|
16 anni fa |
Yang Tse
|
7bdae7be4f
Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONG
|
16 anni fa |
Yang Tse
|
2abf9221e3
Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.
|
16 anni fa |
Yang Tse
|
feb03e4717
The size of long is a build time characteristic and as such it is now recorded
|
16 anni fa |
Yang Tse
|
2eba5f33b9
Fix CURL_CHECK_DEF_INTXX_C suffix definition detection
|
16 anni fa |
Yang Tse
|
b5b25b39e9
Added missing signed and unsigned curl_off_t integer constant suffixes for
|
16 anni fa |
Yang Tse
|
b7ac885d38
Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEF
|
16 anni fa |
Yang Tse
|
cbd9dcbe41
Use int64_t in favour of __int64 for curl_off_t when both are available.
|
16 anni fa |
Yang Tse
|
4594187732
Improve CURL_CHECK_DEF
|
16 anni fa |