Removed all sysdeps checks.
2001-04-21 Martin Baulig <baulig@suse.de> * configure.in: Removed all sysdeps checks. * lib/sysdeps-init*.c: Removed. * lib/inodedb.c: Moved here from sysdeps/common/inodedb.c. * glibtop-config.h: Removed.
This commit is contained in:
committed by
Martin Baulig
parent
7a7c6baf55
commit
08956770d2
@@ -26,19 +26,12 @@
|
||||
#ifndef __GLIBTOP_SERVER_PRIVATE_H__
|
||||
#define __GLIBTOP_SERVER_PRIVATE_H__
|
||||
|
||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
||||
#include <glibtop_machine.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct _glibtop_server_private glibtop_server_private;
|
||||
|
||||
struct _glibtop_server_private
|
||||
{
|
||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
||||
glibtop_machine machine; /* Machine dependent data */
|
||||
#endif
|
||||
GSList *backend_list;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user