summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2005-12-12 09:38:15 +0000
committerJames Henstridge <jamesh@src.gnome.org>2005-12-12 09:38:15 +0000
commitaa5ac8fc10d5c04fbdf78145aa5d933685ec796d (patch)
treee05a16735aaa79cad15fb143b6ee0aded6bcb99b /sysdeps/common
parenta7db1f4dfd236013291bbfd62deda29c3aa2070c (diff)
downloadlibgtop-aa5ac8fc10d5c04fbdf78145aa5d933685ec796d.tar.gz
remove unused file.
2005-12-12 James Henstridge <james@jamesh.id.au> * doc/auto-macros.texi.in: remove unused file. * doc/libgtop2.texi: don't include auto-macros.texi. * doc/Makefile.am: don't build auto-macros.texi, since none of its macros are used in the documentation any more. * include/glibtop/global.h: don't include <config.h> from headers. * .../*.c: make sure <config.h> is the first thing included. * acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than inlining it. * acinclude.m4, libgtop-sysdeps.m4: use third argument to AC_DEFINE() to set the comment. * configure.in: modernise a bit. * acconfig.h: remove file, since it is deprecated * autogen.sh: require automake 1.9 instead of 1.4.
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/gnuslib.c1
-rw-r--r--sysdeps/common/inodedb.c1
-rw-r--r--sysdeps/common/procargs.c1
-rw-r--r--sysdeps/common/sysdeps_suid.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/common/gnuslib.c b/sysdeps/common/gnuslib.c
index 3c35773a..79295485 100644
--- a/sysdeps/common/gnuslib.c
+++ b/sysdeps/common/gnuslib.c
@@ -29,6 +29,7 @@
* ../etc/gnuserv.README relative to the directory containing this file)
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/gnuserv.h>
diff --git a/sysdeps/common/inodedb.c b/sysdeps/common/inodedb.c
index daa99944..fa0b529c 100644
--- a/sysdeps/common/inodedb.c
+++ b/sysdeps/common/inodedb.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/inodedb.h>
diff --git a/sysdeps/common/procargs.c b/sysdeps/common/procargs.c
index ba3b154b..cefdb582 100644
--- a/sysdeps/common/procargs.c
+++ b/sysdeps/common/procargs.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include <glibtop/procargs.h>
#include <glib.h>
diff --git a/sysdeps/common/sysdeps_suid.c b/sysdeps/common/sysdeps_suid.c
index 5b52348c..537ead23 100644
--- a/sysdeps/common/sysdeps_suid.c
+++ b/sysdeps/common/sysdeps_suid.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/open.h>
#include <glibtop/union.h>