summaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
Commit message (Expand)AuthorAgeFilesLines
...
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-1/+30
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+185
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse2009-04-281-1/+25
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-2/+37
* check for poll() as it is done for other functionsYang Tse2009-02-131-1/+151
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189
* Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse2008-11-171-1/+57
* fix leftover from previous commitYang Tse2008-11-171-2/+2
* fix inet_pton() runtime configure checkYang Tse2008-11-171-15/+4
* fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse2008-11-141-2/+2
* #include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse2008-11-141-1/+3
* fix symbol definition check for fcntl.h inclusionYang Tse2008-11-141-2/+2
* #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototypeYang Tse2008-11-141-1/+3
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+785
* check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse2008-11-081-1/+226
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-1/+97
* update aclocal file serial numberYang Tse2008-10-301-1/+1
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-301-147/+0
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-291-134/+132
* fix leftoverYang Tse2008-10-281-2/+2
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-0/+75
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-1/+259
* Raise message severity up to warning, when strerror_r() exists butYang Tse2008-10-231-2/+2
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-231-1/+12
* siginterrupt, signal and sigsetjmp checksYang Tse2008-09-261-1/+299
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-0/+161
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-1/+158
* temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse2008-09-241-1/+152
* attempt to make work the gethostname functionYang Tse2008-09-221-2/+39
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-0/+85
* fix false negative strerror_r detectionYang Tse2008-09-181-0/+6
* fix wrong number used in comparisonYang Tse2008-09-181-1/+1
* fix wrong variable used in comparisonYang Tse2008-09-181-6/+6
* fix netdb.h prerequisite inclusionYang Tse2008-09-181-3/+3
* improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse2008-09-171-0/+284
* improve detection of getservbyport_r()Yang Tse2008-09-171-1/+162
* improve detection of gethostname(), localtime_r() and strstr()Yang Tse2008-09-171-0/+284
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-0/+104
* remove debug tracingYang Tse2008-09-151-12/+0
* improve detection of:Yang Tse2008-09-151-2/+685
* also check for an 'unsigned int' for third argument of strerror_r()Yang Tse2008-09-121-3/+3
* improve detection of strerror_r()Yang Tse2008-09-121-40/+65
* add some debug tracingYang Tse2008-09-121-1/+21
* improve detection of fdopen() and strerror_r()Yang Tse2008-09-121-1/+330
* do not check if gmtime_r usage is allowed when a previous check has failedYang Tse2008-09-111-1/+2
* improve detection of strdup() and ftruncate()Yang Tse2008-09-101-0/+191
* improve detection of sigaction() and strtok_r()Yang Tse2008-09-101-2/+216
* improve detection of gmtime_r() and strtoll()Yang Tse2008-09-101-0/+273