work around MinGW build failure due to its lack of inet_aton

Use inet_pton instead; pull in gnulib's module by the same name.
* src/network_conf.c (virNetworkDefParseXML): Use inet_pton,
rather than inet_aton.
* bootstrap (modules): Add inet_pton.
* gnulib/lib/inet_pton.c: New file, from gnulib.
This commit is contained in:
Jim Meyering
2008-08-06 12:08:49 +00:00
parent ed3c9c3824
commit 783158511a
4 changed files with 269 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ c-ctype
getaddrinfo
getpass
gettext
inet_pton
mktempd
physmem
poll