summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.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 /include/glibtop/sysdeps.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 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 80e66986..dce97d7c 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -81,7 +81,7 @@ struct _glibtop_sysdeps
extern void glibtop_get_sysdeps_r __P((glibtop *, glibtop_sysdeps *));
-#ifdef HAVE_GUILE
+#ifdef GLIBTOP_GUILE
/* You need to link with -lgtop_guile to get this stuff here. */