summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-08 16:34:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-08 16:34:47 +0000
commit2d1d157fc45c3c4d76dfc7c8c50ccb61933d0c27 (patch)
treef5e24209e83a7356bff3cc6109bbd6c700d8db05
parent9c97f59c1598284e7e56ec54d681518a42a1b31f (diff)
downloadlibgtop-2d1d157fc45c3c4d76dfc7c8c50ccb61933d0c27.tar.gz
*** empty log message ***
-rw-r--r--acconfig.h1
-rw-r--r--configure.in3
-rw-r--r--include/glibtop/open.h1
3 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index eaf29190..0e254cf5 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -114,6 +114,7 @@
#undef HAVE_GLIBTOP_MACHINE_H
#undef GLIBTOP_NAMES
+#undef GLIBTOP_GUILE
#undef GLIBTOP_GUILE_NAMES
#undef GLIBTOP_EXAMPLES
diff --git a/configure.in b/configure.in
index 8f82b247..114b8b97 100644
--- a/configure.in
+++ b/configure.in
@@ -58,7 +58,10 @@ GNOME_LIBGTOP_TYPES
GNOME_CHECK_GUILE
+AC_DEFINE(GLIBTOP_NAMES)
+
if test x$ac_cv_guile_found = xyes ; then
+ AC_DEFINE(GLIBTOP_GUILE)
AC_DEFINE(GLIBTOP_GUILE_NAMES)
libgtop_guile_found=yes
guile_examples='third third_static'
diff --git a/include/glibtop/open.h b/include/glibtop/open.h
index 013aa826..4c8fdf15 100644
--- a/include/glibtop/open.h
+++ b/include/glibtop/open.h
@@ -29,6 +29,7 @@ __BEGIN_DECLS
#define _GLIBTOP_INIT_STATE_INIT 0x10000
#define _GLIBTOP_INIT_STATE_OPEN 0x20000
#define _GLIBTOP_INIT_STATE_SERVER 0x40000
+#define _GLIBTOP_INIT_STATE_SYSDEPS 0x80000
#define GLIBTOP_INIT_NO_OPEN 1
#define GLIBTOP_INIT_NO_INIT 2