summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse1-2/+11
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse1-4/+3
2009-09-29Check if _REENTRANT definition is required toYang Tse1-2/+57
2009-07-16test if adding ../lib to includes can fix the current break ...Gunter Knauf1-1/+2
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf1-3/+3
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse1-1/+99
2009-06-18add CloseSocket camel case function checkYang Tse1-1/+91
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse1-1/+214
2009-06-09c-ares' --enable-debug --enable-curldebug decoupling follow-upYang Tse2-4/+9
2009-06-05c-ares' -no-undefined and --enable-curldebug adjustmentsYang Tse1-10/+13
2009-05-28c-ares' --enable-curldebug adjustmentsYang Tse1-13/+33
2009-05-27Allow curl debug memory tracking when building a shared library onYang Tse1-8/+12
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse2-26/+118
2009-05-15remove outdated commentYang Tse1-5/+1
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse1-1/+63
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse1-4/+51
2009-04-28Added CARES_INCLUDES_SYS_TYPESYang Tse1-1/+19
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse1-2/+19
2009-04-17remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse1-42/+1
2009-04-15Set HP-UX compiler warning level back to the one that exposesYang Tse1-3/+3
2009-02-13ignoreYang Tse1-0/+5
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich1-4/+6
2008-11-19user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse1-3/+1
2008-11-18attempting to keep lines below 80 charsYang Tse1-1/+8
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse2-2/+94
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse1-1/+189
2008-11-17Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse1-1/+57
2008-11-17fix leftover from previous commitYang Tse1-2/+2
2008-11-17fix inet_pton() runtime configure checkYang Tse1-15/+4
2008-11-16trim down configure script sizeYang Tse1-0/+87
2008-11-14fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse1-2/+2
2008-11-14#include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse1-1/+3
2008-11-14fix symbol definition check for fcntl.h inclusionYang Tse1-2/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse2-2/+858
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse1-1/+97
2008-10-30update aclocal file serial numberYang Tse1-1/+1
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse1-147/+0
2008-10-29fix commentYang Tse1-2/+2
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse1-134/+132
2008-10-28fix leftoverYang Tse1-2/+2
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-0/+75
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-1/+259
2008-10-25icc adjustments:Yang Tse1-4/+2
2008-10-24some more temporary magic for the icc seg-fault issueYang Tse1-0/+9
2008-10-24icc permanent adjustment:Yang Tse1-38/+40
2008-10-23icc adjustments:Yang Tse1-30/+51
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse1-1/+26
2008-10-22some more temporary magic for the icc seg-fault issueYang Tse1-5/+17
2008-10-21some more temporary magic for the icc seg-fault issueYang Tse1-0/+8
2008-10-20some more temporary magic for the icc seg-fault issueYang Tse1-5/+11