always use `-I$(top_srcdir)/sysdeps/@sysdeps_dir@'; it's no longer

* configure.in (@machine_incs@): always use
`-I$(top_srcdir)/sysdeps/@sysdeps_dir@'; it's no
longer conditional.

* examples/Makefile.am: removed the '_linux' examples.

* src/server/main.c: we now use the '__p' functions,
but only if the appropriate 'GLIBTOP_SUID_<feature>'
has a non-zero value.
This commit is contained in:
Martin Baulig
1998-05-28 19:29:29 +00:00
parent 95b9d824ea
commit 68162783dc
5 changed files with 96 additions and 43 deletions

View File

@@ -24,6 +24,8 @@
#include <glibtop/global.h>
#include <glibtop_server.h>
#ifdef HAVE_GLIBTOP_MACHINE_H
#include <glibtop_machine.h>
#endif