Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | HAVE_INET_NTOP will only be defined when an IPv6 capable working | Yang Tse | |
inet_ntop function is available. | |||
2008-09-22 | attempt to make work the gethostname function | Yang Tse | |
check for winsock build target configurations | |||
2008-09-18 | fix netdb.h prerequisite inclusion | Yang Tse | |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse | |
2008-09-17 | improve detection of gethostname() | Yang Tse | |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse | |
that lacks the writev function. | |||
2008-09-15 | improve detection of: | Yang Tse | |
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp() | |||
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse | |
2008-08-05 | The minimum autoconf version required for this file is 2.50 | Yang Tse | |
Avoid dot notation in aclocal serial file number, use a single number now. | |||
2008-08-01 | Rename reentrant.m4 to avoid filename clash. | Yang Tse | |
2008-07-30 | Add 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-29 | Add quoting for the AC_DEFINE arguments. | Yang Tse | |
2008-07-29 | Also remove the whitespace. | Yang Tse | |
2008-07-29 | Also remove the extra quoting. | Yang Tse | |
2008-07-29 | Replace 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-27 | Require autoconf 2.57 or newer | Yang Tse | |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse | |
definition which might be defined in config.h or config-*.h files | |||
2008-07-27 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. | |||
2008-07-26 | Add a 3 argument check for getprotobyname_r | Yang Tse | |
2008-07-25 | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵ | Yang Tse | |
problem |