This commit is contained in:
chris
2003-11-06 21:43:31 +00:00
parent 027a02428b
commit fbef5fdbc0
3 changed files with 8 additions and 5 deletions

View File

@@ -37,9 +37,9 @@ AC_ARG_WITH(resolver,
[ --with-resolver=TYPE Technique iftop should use for name resolution. Valid
options are netdb, netdb_1thread (for systems without
working gethostbyaddr_r), ares for the MIT ARES
asynchronous resolver library, forking for the REALLY SUCKY
forking resolver, or none if you don't need any name
resolution.
asynchronous resolver library, forking for the REALLY
SUCKY forking resolver, or none if you don't need any
name resolution.
[default=netdb]],
[resolver=$withval],
[resolver=netdb])