Fixed resolver to not do any DNS resolution if dns_resolution == 0

This commit is contained in:
pdw
2003-08-30 09:40:03 +00:00
parent ebb28db1b6
commit 37f7fadd8a
3 changed files with 31 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(iftop, "0.13")
AM_INIT_AUTOMAKE(iftop, "0.14pre2")
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])