summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-10-25 17:07:16 +0000
committerMartin Baulig <martin@src.gnome.org>1998-10-25 17:07:16 +0000
commit9114af9fdfb000d463740c366293b44dc016da9f (patch)
treeeabe85b7525efb99490d33b9b46acd3e9a92da70 /acconfig.h
parent0e57efd4e56d6345a96aeda2bf60a852247cc269 (diff)
downloadlibgtop-9114af9fdfb000d463740c366293b44dc016da9f.tar.gz
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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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