aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)Author
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-18fix false negative strerror_r detectionYang Tse
2008-09-18fix wrong number used in comparisonYang Tse
2008-09-18fix wrong variable used in comparisonYang Tse
2008-09-18fix netdb.h prerequisite inclusionYang Tse
2008-09-17improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse
2008-09-17improve detection of getservbyport_r()Yang Tse
2008-09-17improve detection of gethostname(), localtime_r() and strstr()Yang Tse
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
that lacks the writev function.
2008-09-15remove debug tracingYang Tse
2008-09-15improve detection of:Yang Tse
strcasecmp() strcasestr() strcmpi() stricmp() strlcat() strncasecmp() strncmpi() strnicmp()
2008-09-12also check for an 'unsigned int' for third argument of strerror_r()Yang Tse
2008-09-12improve detection of strerror_r()Yang Tse
2008-09-12add some debug tracingYang Tse
2008-09-12improve detection of fdopen() and strerror_r()Yang Tse
2008-09-11do not check if gmtime_r usage is allowed when a previous check has failedYang Tse
2008-09-10improve detection of strdup() and ftruncate()Yang Tse
2008-09-10improve detection of sigaction() and strtok_r()Yang Tse
2008-09-10improve detection of gmtime_r() and strtoll()Yang Tse
2008-08-05The minimum autoconf version required for this file is 2.50Yang Tse
Avoid dot notation in aclocal serial file number, use a single number now.
2008-08-01Rename reentrant.m4 to avoid filename clash.Yang Tse
2008-07-30Add file version serial number that might be used by 'aclocal' and others.Yang Tse
Keep the '#' character as the first one on the line.
2008-07-29Add quoting for the AC_DEFINE arguments.Yang Tse
2008-07-29Also remove the whitespace.Yang Tse
2008-07-29Also remove the extra quoting.Yang Tse
2008-07-29Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse
This quadigraph used before a C preprocessor 'define' directive could be fooling M4, when processing this file, and make it think that the line contains a pure M4 'define' macro.
2008-07-27Require autoconf 2.57 or newerYang Tse
2008-07-27setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse
definition which might be defined in config.h or config-*.h files
2008-07-27Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file.
2008-07-26simplify multi '#' char comment lineYang Tse
2008-07-26Add a 3 argument check for getprotobyname_rYang Tse
2008-07-26additional debug logging of getprotobyname_r on Tru64 and AIXYang Tse
2008-07-25move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵Yang Tse
problem