aboutsummaryrefslogtreecommitdiffstats
path: root/m4-local
generated by cgit v1.2.3 (git 2.39.1) at 2025-07-04 09:56:50 +0000
Commit message (Collapse)AuthorAgeFilesLines
* Remove last traces of gethostbyname().Matthias Andree2017-04-221-71/+0
|
* Fix gethostbyname_r argument count detection, ...Matthias Andree2010-04-291-0/+3
| | | | ...those that use NULL will now also #include <stdlib.h>.
* Fix autoconf warning, rename variable to allow caching.Matthias Andree2010-04-291-8/+8
|
* Move gethostbyname_r.m4 to m4-local directory where it belongs.Matthias Andree2010-04-291-0/+68
| | | | It's not supposed to be updated by autopoint.
* Remove autobuild support.Matthias Andree2009-05-041-34/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5294
* Add rudimentary autobuild support.Matthias Andree2005-11-271-0/+34
| | | | | | Add a trivial self test, required for autobuild. svn path=/trunk/; revision=4479