Yang Tse
|
0757cbf7f4
|
add CloseSocket camel case function check
|
16 years ago |
Yang Tse
|
d960739133
|
check for socket() and closesocket() as it is done for other functions
|
16 years ago |
Yang Tse
|
7fcd022b2a
|
c-ares' --enable-debug --enable-curldebug decoupling follow-up
|
16 years ago |
Yang Tse
|
80d4f1170c
|
c-ares' -no-undefined and --enable-curldebug adjustments
|
16 years ago |
Yang Tse
|
96f34988f4
|
c-ares' --enable-curldebug adjustments
|
16 years ago |
Yang Tse
|
388e389638
|
Allow curl debug memory tracking when building a shared library on
systems which support external, undefined, symbols in shared libraries.
|
16 years ago |
Yang Tse
|
84aa2f8a5d
|
c-ares's --enable-curldebug configure option decoupled from c-ares's --enable-debug
|
16 years ago |
Yang Tse
|
4b5589ab99
|
remove outdated comment
|
16 years ago |
Yang Tse
|
78e9ec92b7
|
Proper naming for the experimental compiler test and moved to *-compilers.m4
|
16 years ago |
Yang Tse
|
411a7e17a1
|
Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
|
16 years ago |
Yang Tse
|
486802e3a9
|
Added CARES_INCLUDES_SYS_TYPES
|
16 years ago |
Yang Tse
|
61ac74c684
|
Initial step towards a configure time curl_socklen_t definition
|
16 years ago |
Yang Tse
|
51ecfc023a
|
remove compiler options used while debugging the icc 9.1 optimizer issue
|
16 years ago |
Yang Tse
|
ed9f1219a5
|
Set HP-UX compiler warning level back to the one that exposes
the socklen_t issue on this platform.
|
16 years ago |
Yang Tse
|
fb7803fbd0
|
ignore
|
16 years ago |
Dan Fandrich
|
e3d86772c4
|
Make checking for struct ifreq a prerequisite for setting
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C
doesn't currently define it.
|
16 years ago |
Yang Tse
|
8a34a3a045
|
user provided PATH_SEPARATOR always overrides auto-detected one
|
16 years ago |
Yang Tse
|
ca44947b99
|
attempting to keep lines below 80 chars
|
16 years ago |
Yang Tse
|
26637be8e9
|
provide a common PATH_SEPARATOR check method which is required by
upcomming work to support the broadest range of Autoconf versions
|
16 years ago |
Yang Tse
|
d3609a98e5
|
check for gethostbyaddr and gethostbyname as it is done for other functions
|
16 years ago |
Yang Tse
|
b0b6a7c8aa
|
Make configure script check if ioctl with the SIOCGIFADDR command can be
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
|
16 years ago |
Yang Tse
|
bad9ff8817
|
fix leftover from previous commit
|
16 years ago |
Yang Tse
|
68bb7a43e4
|
fix inet_pton() runtime configure check
|
16 years ago |
Yang Tse
|
03c1199864
|
trim down configure script size
|
16 years ago |
Yang Tse
|
f75e379dae
|
fix typo affecting inclusion of <arpa/inet.h> in configure
checks for inet_ntoa_r() inet_ntop() and inet_pton()
|
16 years ago |
Yang Tse
|
564c958725
|
#include <string.h> in the getaddrinfo() runtime check for the memset() prototype
|
16 years ago |
Yang Tse
|
72cd52972b
|
fix symbol definition check for fcntl.h inclusion
|
16 years ago |
Yang Tse
|
65cafbe109
|
Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.
|
16 years ago |
Yang Tse
|
c0711bdca9
|
check for freeaddrinfo() at configuration phase
|
16 years ago |
Yang Tse
|
0e4d0eda3d
|
update aclocal file serial number
|
16 years ago |
Yang Tse
|
d013d47281
|
remove verification of the freeability of the addrinfo struct pointer members
|
16 years ago |
Yang Tse
|
d389bcaf1c
|
fix comment
|
16 years ago |
Yang Tse
|
40d3121cd4
|
make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME
internal to CHECK_FUNC_GETADDRINFO
|
16 years ago |
Yang Tse
|
a9f68690a5
|
fix leftover
|
16 years ago |
Yang Tse
|
dfd9ac3c26
|
Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_canonname member ptr.
|
16 years ago |
Yang Tse
|
ad60c2d0c3
|
Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_addr member ptr.
|
16 years ago |
Yang Tse
|
c81480a998
|
icc adjustments:
Select ANSI C89 dialect plus GNU extensions, again.
|
16 years ago |
Yang Tse
|
88398b5e3a
|
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
7735d91fc5
|
icc permanent adjustment:
Select precise floating-point model, otherwise doubles are less than 64-bit wide
icc test adjustment:
Select c89 dialect
|
16 years ago |
Yang Tse
|
4d8bb08bfe
|
icc adjustments:
Enable more icc warnings.
Optimization disabling options used only for icc 9.1
|
16 years ago |
Yang Tse
|
49268447c8
|
#include <stdlib.h> for exit() prototype
|
16 years ago |
Yang Tse
|
0e13792289
|
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
f5a8f8c6ac
|
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
e1b2f2eff4
|
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
6444711a2e
|
messages initially intended only for debug purposes, now become permanent
since these are extremely useful when compiler rejects a set of options.
|
16 years ago |
Yang Tse
|
6642bc38df
|
fix missing double-quotes
|
16 years ago |
Yang Tse
|
f5840c42bd
|
some more temporary magic for the icc seg-fault issue
|
16 years ago |
Yang Tse
|
4037d01c3e
|
Ensure that shell variable contents which have active meaning
to the shell echo command are not interpreted when trying to
remove extra whitespace from shell variable content.
|
16 years ago |
Yang Tse
|
bd0e2f9f8c
|
Adjust Watcom C warnings:
Disable warnings on structure members padding.
|
16 years ago |
Yang Tse
|
0cb9896ead
|
With this change Solaris target builds will now be done with _REENTRANT defined.
|
16 years ago |