summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONGYang Tse2009-04-281-162/+162
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse2009-04-281-24/+0
* Remove temporary debug tracing for curl_socklen_t detection failuresYang Tse2009-04-281-11/+0
* Take 2 at handling getpeername() prototypes with a void pointer for third arg...Yang Tse2009-04-271-3/+5
* Attempt to handle getpeername() prototypes with a void pointer for third argu...Yang Tse2009-04-271-1/+19
* Add temporary debug tracing for curl_socklen_t detection failuresYang Tse2009-04-271-0/+7
* Rearrange curl_socklen_t tests to improve speed of usual resultsYang Tse2009-04-271-33/+38
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-0/+104
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-0/+52
* - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)Daniel Stenberg2009-01-111-1/+34
* Automatically detect OpenBSD's CA cert bundle.Dan Fandrich2008-11-211-0/+2
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-148/+0
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-281-42/+0
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-231-0/+6
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-021-51/+0
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-301-101/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-22/+0
* icc adjustmentsYang Tse2008-09-181-4/+4
* improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse2008-09-171-418/+0
* improve detection of gethostname(), localtime_r() and strstr()Yang Tse2008-09-171-20/+0
* improve detection of fdopen() and strerror_r()Yang Tse2008-09-121-109/+0
* icc adjustmentsYang Tse2008-09-091-0/+1
* Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crtDan Fandrich2008-09-031-1/+3
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-271-2/+7
* Added check and symbol definition for WIN32 file API usage in configure,Yang Tse2008-08-261-0/+57
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-251-1/+1
* Rename some shell vars with more descriptive names:Yang Tse2008-08-251-44/+44
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-2/+2
* Take three at trying to detect signed and unsigned curl_off_t integer constantYang Tse2008-08-141-125/+86
* Change CURL_CHECK_DEF_INTXX_C suffix definition detection.Yang Tse2008-08-141-4/+38
* Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse2008-08-131-27/+9
* Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONGYang Tse2008-08-131-24/+26
* Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.Yang Tse2008-08-131-1/+1
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-131-5/+38
* Fix CURL_CHECK_DEF_INTXX_C suffix definition detectionYang Tse2008-08-121-3/+3
* Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse2008-08-111-6/+96
* Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEFYang Tse2008-08-091-48/+0
* Use int64_t in favour of __int64 for curl_off_t when both are available.Yang Tse2008-08-091-3/+3
* Improve CURL_CHECK_DEFYang Tse2008-08-091-1/+1
* Add debug tracing for DO_CURL_OFF_T_CHECKYang Tse2008-08-081-6/+17
* Remove some redundancyYang Tse2008-08-081-6/+6
* Remove potential overquotingYang Tse2008-08-081-5/+5
* Add debug tracing for CURL_CHECK_DEFYang Tse2008-08-081-0/+37
* Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty.Yang Tse2008-08-071-2/+2
* Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol resultsYang Tse2008-08-071-2/+4
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-0/+258
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-0/+29
* Add a whitespaceYang Tse2008-08-011-1/+2
* Ensure that reserved keyword AC_DEFUN is only used for its purpose.Yang Tse2008-08-011-23/+25
* Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it hasYang Tse2008-08-011-28/+0