From 9114af9fdfb000d463740c366293b44dc016da9f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 25 Oct 1998 17:07:16 +0000 Subject: Added new feature to get PPP/ISDN support: enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 85877346..8cc94644 100644 --- a/acconfig.h +++ b/acconfig.h @@ -141,3 +141,6 @@ #undef HAVE_XAUTH +/* Define if your have the I4B package. */ +#undef HAVE_I4B +#undef HAVE_I4B_ACCT -- cgit v1.2.1