summaryrefslogtreecommitdiff
path: root/include/glibtop/sem_limits.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/sem_limits.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/sem_limits.h')
-rw-r--r--include/glibtop/sem_limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/sem_limits.h b/include/glibtop/sem_limits.h
index 71af5c68..d4d69d40 100644
--- a/include/glibtop/sem_limits.h
+++ b/include/glibtop/sem_limits.h
@@ -73,7 +73,7 @@ extern void glibtop_get_sem_limits_p __P((glibtop *, glibtop_sem_limits *));
extern void glibtop_get_sem_limits_s __P((glibtop *, glibtop_sem_limits *));
#endif
-#ifdef HAVE_GUILE
+#ifdef GLIBTOP_GUILE
/* You need to link with -lgtop_guile to get this stuff here. */