Diff for /embedaddon/iftop/INSTALL between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:57:34 version 1.1.1.2, 2016/10/18 14:04:50
Line 11  such systems, you may want to use the --with-resolver= Line 11  such systems, you may want to use the --with-resolver=
 build a version of iftop which uses the ARES asynchronous DNS library for name  build a version of iftop which uses the ARES asynchronous DNS library for name
 resolution. An alternative is to use --with-resolver=netdb_1thread, which will  resolution. An alternative is to use --with-resolver=netdb_1thread, which will
 make iftop run only one name resolution thread. This is not recommended.  make iftop run only one name resolution thread. This is not recommended.
   
 On some systems (notably Red Hat Linux) the libpcap header files are installed  
 under /usr/include/pcap; on these systems, you should manually specify this  
 when running configure, like this:  
   
     $ CPPFLAGS=-I/usr/include/pcap ./configure  
   
   
 For historical interest, the old iftop makefile is included in Makefile.OLD.  
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>