#
c1f9440a |
| 12-Nov-2009 |
Yang Tse |
Check if getaddrinfo is threadsafe when function check allows it to be used
|
Revision tags: curl-7_19_7 |
|
#
6d4e6cc8 |
| 18-Oct-2009 |
Yang Tse |
Check for basename() is now done the same as other function checks
|
#
b64dd3c6 |
| 28-Sep-2009 |
Yang Tse |
Added check for memrchr function or macro
|
Revision tags: curl-7_19_6 |
|
#
f671d051 |
| 14-Jul-2009 |
Gunter Knauf |
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
|
#
1ff4e900 |
| 20-Jun-2009 |
Yang Tse |
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
|
#
d6d63147 |
| 18-Jun-2009 |
Yang Tse |
add CloseSocket camel case function check
|
#
37eba370 |
| 17-Jun-2009 |
Yang Tse |
socket() and closesocket() prototypes might be in socket.h
|
#
40b2f255 |
| 17-Jun-2009 |
Yang Tse |
check for socket() and closesocket() as it is done for other functions
|
Revision tags: curl-7_19_5 |
|
#
e323abe5 |
| 28-Apr-2009 |
Yang Tse |
Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLUDES_*
|
#
0daeab3b |
| 26-Apr-2009 |
Yang Tse |
Initial step towards a configure time curl_socklen_t definition
|
Revision tags: curl-7_19_4 |
|
#
debe0b56 |
| 13-Feb-2009 |
Yang Tse |
check for poll() as it is done for other functions
|
Revision tags: curl-7_19_3 |
|
#
32634b07 |
| 20-Nov-2008 |
Dan Fandrich |
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.
|
#
9b12f096 |
| 18-Nov-2008 |
Yang Tse |
check for gethostbyaddr and gethostbyname as it is done for other functions
|
#
ecd32515 |
| 17-Nov-2008 |
Yang Tse |
Make configure script check if ioctl with the SIOCGIFADDR command can be used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
|
#
999c7126 |
| 17-Nov-2008 |
Yang Tse |
fix leftover from previous commit
|
#
cd440215 |
| 17-Nov-2008 |
Yang Tse |
fix inet_pton() runtime configure check
|
#
3517eba6 |
| 14-Nov-2008 |
Yang Tse |
fix typo affecting inclusion of <arpa/inet.h> in configure checks for inet_ntoa_r() inet_ntop() and inet_pton()
|
#
2cd44aba |
| 14-Nov-2008 |
Yang Tse |
#include <string.h> in the getaddrinfo() runtime check for the memset() prototype
|
#
4b486ebb |
| 14-Nov-2008 |
Yang Tse |
fix symbol definition check for fcntl.h inclusion
|
#
f9f211d2 |
| 14-Nov-2008 |
Yang Tse |
#include <stdlib.h> in the getifaddrs() runtime check for the exit() prototype
|
#
17d2a464 |
| 13-Nov-2008 |
Yang Tse |
Refactor configure script detection of functions used to set sockets into non-blocking mode, and decouple function detection from function capability.
|
Revision tags: curl-7_19_2 |
|
#
9717ccb7 |
| 08-Nov-2008 |
Yang Tse |
check for getifaddrs and freeifaddrs as it is done for other functions
|
Revision tags: curl-7_19_1 |
|
#
33319f5d |
| 30-Oct-2008 |
Yang Tse |
check for freeaddrinfo() at configuration phase
|
#
91c77808 |
| 30-Oct-2008 |
Yang Tse |
update aclocal file serial number
|
#
197ad60d |
| 30-Oct-2008 |
Yang Tse |
remove verification of the freeability of the addrinfo struct pointer members
|