summaryrefslogtreecommitdiff
path: root/include/glibtop/open.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-02 16:20:15 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-02 16:20:15 +0000
commit7f39d62371933fab64a352845379a1ad158d77b8 (patch)
tree6549acc01dc0bdd95cc69293993f63ca947ae326 /include/glibtop/open.h
parent6f179a314134e9db75853ce39ffe9a6741793c76 (diff)
downloadlibgtop-7f39d62371933fab64a352845379a1ad158d77b8.tar.gz
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.
Diffstat (limited to 'include/glibtop/open.h')
-rw-r--r--include/glibtop/open.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/open.h b/include/glibtop/open.h
index 9a1dbe05..83674a55 100644
--- a/include/glibtop/open.h
+++ b/include/glibtop/open.h
@@ -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));