fb1195f532
slightly modified by me. Bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: The overview diagram which is a list of all interfaces and their send/receive rates. A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets and so on.
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/11/07 18:49:13 minskim Exp $
|
|
|
|
--- configure.orig 2004-11-03 15:45:34.000000000 +0800
|
|
+++ configure
|
|
@@ -4359,13 +4359,13 @@ fi
|
|
fi
|
|
|
|
|
|
-echo "$as_me:$LINENO: checking for redrawwin in -lncurses" >&5
|
|
-echo $ECHO_N "checking for redrawwin in -lncurses... $ECHO_C" >&6
|
|
+echo "$as_me:$LINENO: checking for redrawwin in ${LIBCURSES}" >&5
|
|
+echo $ECHO_N "checking for redrawwin in ${LIBCURSES}... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_ncurses_redrawwin+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lncurses $LIBS"
|
|
+LIBS="$LIBCURSES $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -4432,13 +4432,13 @@ _ACEOF
|
|
|
|
fi
|
|
|
|
-echo "$as_me:$LINENO: checking for use_default_colors in -lncurses" >&5
|
|
-echo $ECHO_N "checking for use_default_colors in -lncurses... $ECHO_C" >&6
|
|
+echo "$as_me:$LINENO: checking for use_default_colors in ${LIBCURSES}" >&5
|
|
+echo $ECHO_N "checking for use_default_colors in ${LIBCURSES}... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_ncurses_use_default_colors+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lncurses $LIBS"
|
|
+LIBS="$LIBCURSES $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|