Call `_glibtop_open_sysdeps'.

2000-01-12  Martin Baulig  <martin@home-of-linux.org>

	* lib/init.c (glibtop_init_s): Call `_glibtop_open_sysdeps'.

	* include/glibtop/open.h (_glibtop_open_sysdeps): Declare this
	when we are _IN_LIBGTOP.

	* configure.in (sysdeps_name): Define and AC_SUBST this.
	(sysdeps_init_file): Define and AC_SUBST this to
	`sysdeps-init-${sysdeps_name}.c'.

	* libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): Define and AC_SUBST
	`libgtop_sysdeps_name'.
This commit is contained in:
Martin Baulig
2000-01-12 22:46:29 +00:00
committed by Martin Baulig
parent 2a86a5de49
commit 20c306fc6d
6 changed files with 44 additions and 16 deletions

View File

@@ -68,6 +68,13 @@ void
glibtop_open_s (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags);
#ifdef _IN_LIBGTOP
void
_glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags);
#endif /* _IN_LIBGTOP */
END_LIBGTOP_DECLS