tells `glibtop_open' to use the default server and not to check the

* include/glibtop/open.h (GLIBTOP_OPEN_NO_OVERRIDE):
tells `glibtop_open' to use the default server and not
to check the environment variables.

* include/glibtop/sysdeps.h (_glibtop_sysdeps):
renamed 'dummy' member to 'features'.

* include/glibtop/command.h (GLIBTOP_CMND_SYSDEPS):
added definition here.
This commit is contained in:
Martin Baulig
1998-06-02 16:20:15 +00:00
parent 6f179a3141
commit 7f39d62371
6 changed files with 120 additions and 81 deletions

View File

@@ -26,7 +26,7 @@
__BEGIN_DECLS
#define GLIBTOP_OPEN_IMMEDIATE 1
#define GLIBTOP_OPEN_NO_OVERRIDE 1
extern void glibtop_open __P((glibtop *, const char *, const unsigned long, const unsigned));