From 2d1d157fc45c3c4d76dfc7c8c50ccb61933d0c27 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 8 Aug 1998 16:34:47 +0000 Subject: [PATCH] *** empty log message *** --- acconfig.h | 1 + configure.in | 3 +++ include/glibtop/open.h | 1 + 3 files changed, 5 insertions(+) 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