summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-06 21:57:45 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-06 21:57:45 +0000
commit0a7bd78704a521b2ce575723b05ee379f75ba9ee (patch)
tree0b6ada18885c85c1fd50e171c0fb0dab8df6d485 /glibtop.h
parent2e454140f124d41aa08081c09ea0efcb0e6293e5 (diff)
downloadlibgtop-0a7bd78704a521b2ce575723b05ee379f75ba9ee.tar.gz
Using `GLIBTOP_GUILE' instead of `HAVE_GUILE' so one should be able to use
1998-08-06 Martin Baulig <martin@home-of-linux.org> * include/glibtop/*.h: Using `GLIBTOP_GUILE' instead of `HAVE_GUILE' so one should be able to use libgtop without guile in an application even if guile is installed. * sysdeps/common/mountlist.c: Fixed some `xstrdup' problems. * lib/open.c: Now correctly reading server features for `GLIBTOP_METHOD_PIPE'. * sysdeps/freebsd: New directory.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibtop.h b/glibtop.h
index d0855e73..810d9419 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -65,7 +65,7 @@ extern const unsigned long glibtop_server_features;
extern glibtop *glibtop_init_r __P((glibtop **, const unsigned long, const unsigned));
extern glibtop *glibtop_init_s __P((glibtop **, const unsigned long, const unsigned));
-#ifdef HAVE_GUILE
+#ifdef GLIBTOP_GUILE
/* You need to link with -lgtop_guile to get this stuff here. */