build: add some modules

snprintf is currently implicitly picked up by getaddrinfo, but we
might as well make it explicit so that mingw doesn't break if
getaddrinfo changes to drop the dependency.

func doesn't matter for gcc compilation, but may help other compilers
cope with our use of __func__.

* bootstrap.conf (gnulib_modules): Add snprintf and func.
This commit is contained in:
Eric Blake 2010-08-31 16:27:24 -06:00
parent 12a41822e1
commit ff578973c7

View File

@ -29,6 +29,7 @@ count-one-bits
crypto/md5 crypto/md5
dirname-lgpl dirname-lgpl
fcntl-h fcntl-h
func
getaddrinfo getaddrinfo
gethostname gethostname
getpass getpass
@ -53,6 +54,7 @@ random_r
sched sched
send send
setsockopt setsockopt
snprintf
socket socket
stpcpy stpcpy
strchrnul strchrnul