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.
This commit is contained in:
Martin Baulig
1998-08-06 21:57:45 +00:00
committed by Martin Baulig
parent 2e454140f1
commit 0a7bd78704
50 changed files with 1030 additions and 28 deletions

View File

@@ -63,11 +63,11 @@
#endif
#ifdef WITHOUT_GUILE
#undef HAVE_GUILE
#undef GLIBTOP_GUILE
#undef GLIBTOP_GUILE_NAMES
#endif
#ifdef HAVE_GUILE
#ifdef GLIBTOP_GUILE
#include <guile/gh.h>
#endif