summaryrefslogtreecommitdiff
path: root/sysdeps/stub
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/stub
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/stub')
-rw-r--r--sysdeps/stub/close.c1
-rw-r--r--sysdeps/stub/cpu.c1
-rw-r--r--sysdeps/stub/loadavg.c1
-rw-r--r--sysdeps/stub/mem.c1
-rw-r--r--sysdeps/stub/msg_limits.c1
-rw-r--r--sysdeps/stub/netlist.c1
-rw-r--r--sysdeps/stub/netload.c1
-rw-r--r--sysdeps/stub/open.c1
-rw-r--r--sysdeps/stub/ppp.c1
-rw-r--r--sysdeps/stub/procargs.c1
-rw-r--r--sysdeps/stub/prockernel.c1
-rw-r--r--sysdeps/stub/proclist.c1
-rw-r--r--sysdeps/stub/procmap.c1
-rw-r--r--sysdeps/stub/procmem.c1
-rw-r--r--sysdeps/stub/procopenfiles.c1
-rw-r--r--sysdeps/stub/procsegment.c1
-rw-r--r--sysdeps/stub/procsignal.c1
-rw-r--r--sysdeps/stub/procstate.c1
-rw-r--r--sysdeps/stub/proctime.c1
-rw-r--r--sysdeps/stub/procuid.c1
-rw-r--r--sysdeps/stub/sem_limits.c1
-rw-r--r--sysdeps/stub/shm_limits.c1
-rw-r--r--sysdeps/stub/siglist.c1
-rw-r--r--sysdeps/stub/swap.c1
-rw-r--r--sysdeps/stub/uptime.c1
25 files changed, 25 insertions, 0 deletions
diff --git a/sysdeps/stub/close.c b/sysdeps/stub/close.c
index 4262d2f0..fef30820 100644
--- a/sysdeps/stub/close.c
+++ b/sysdeps/stub/close.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop/close.h>
/* Closes pipe to gtop server. */
diff --git a/sysdeps/stub/cpu.c b/sysdeps/stub/cpu.c
index 3ddfdfb8..7f9cec53 100644
--- a/sysdeps/stub/cpu.c
+++ b/sysdeps/stub/cpu.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/cpu.h>
diff --git a/sysdeps/stub/loadavg.c b/sysdeps/stub/loadavg.c
index 9bf900f5..6fc445f5 100644
--- a/sysdeps/stub/loadavg.c
+++ b/sysdeps/stub/loadavg.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/loadavg.h>
diff --git a/sysdeps/stub/mem.c b/sysdeps/stub/mem.c
index 8a2c31a5..a34d4eed 100644
--- a/sysdeps/stub/mem.c
+++ b/sysdeps/stub/mem.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/mem.h>
diff --git a/sysdeps/stub/msg_limits.c b/sysdeps/stub/msg_limits.c
index adee0dae..017f7f81 100644
--- a/sysdeps/stub/msg_limits.c
+++ b/sysdeps/stub/msg_limits.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/msg_limits.h>
diff --git a/sysdeps/stub/netlist.c b/sysdeps/stub/netlist.c
index 0f1fe569..d38ae07f 100644
--- a/sysdeps/stub/netlist.c
+++ b/sysdeps/stub/netlist.c
@@ -18,6 +18,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/netlist.h>
diff --git a/sysdeps/stub/netload.c b/sysdeps/stub/netload.c
index beebedba..addaf377 100644
--- a/sysdeps/stub/netload.c
+++ b/sysdeps/stub/netload.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/netload.h>
diff --git a/sysdeps/stub/open.c b/sysdeps/stub/open.c
index eef22d71..ed992cb6 100644
--- a/sysdeps/stub/open.c
+++ b/sysdeps/stub/open.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop/open.h>
/* Opens pipe to gtop server. Returns 0 on success and -1 on error. */
diff --git a/sysdeps/stub/ppp.c b/sysdeps/stub/ppp.c
index 6d0905d5..bbbffe3b 100644
--- a/sysdeps/stub/ppp.c
+++ b/sysdeps/stub/ppp.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/ppp.h>
diff --git a/sysdeps/stub/procargs.c b/sysdeps/stub/procargs.c
index c009839b..e28765b8 100644
--- a/sysdeps/stub/procargs.c
+++ b/sysdeps/stub/procargs.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/procargs.h>
diff --git a/sysdeps/stub/prockernel.c b/sysdeps/stub/prockernel.c
index d06f6cab..b59f4537 100644
--- a/sysdeps/stub/prockernel.c
+++ b/sysdeps/stub/prockernel.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/prockernel.h>
diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c
index 0bb5ea07..81919ed2 100644
--- a/sysdeps/stub/proclist.c
+++ b/sysdeps/stub/proclist.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/proclist.h>
diff --git a/sysdeps/stub/procmap.c b/sysdeps/stub/procmap.c
index c28fab88..2e06a244 100644
--- a/sysdeps/stub/procmap.c
+++ b/sysdeps/stub/procmap.c
@@ -22,6 +22,7 @@
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/procmap.h>
diff --git a/sysdeps/stub/procmem.c b/sysdeps/stub/procmem.c
index ab0c4170..e93010fb 100644
--- a/sysdeps/stub/procmem.c
+++ b/sysdeps/stub/procmem.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/procmem.h>
diff --git a/sysdeps/stub/procopenfiles.c b/sysdeps/stub/procopenfiles.c
index 222bc796..4b5c72dd 100644
--- a/sysdeps/stub/procopenfiles.c
+++ b/sysdeps/stub/procopenfiles.c
@@ -23,6 +23,7 @@
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/error.h>
#include <glibtop/procopenfiles.h>
diff --git a/sysdeps/stub/procsegment.c b/sysdeps/stub/procsegment.c
index b03709d4..faf14bcc 100644
--- a/sysdeps/stub/procsegment.c
+++ b/sysdeps/stub/procsegment.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/procsegment.h>
diff --git a/sysdeps/stub/procsignal.c b/sysdeps/stub/procsignal.c
index 540960f5..c84573f1 100644
--- a/sysdeps/stub/procsignal.c
+++ b/sysdeps/stub/procsignal.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/procsignal.h>
diff --git a/sysdeps/stub/procstate.c b/sysdeps/stub/procstate.c
index 227f52ee..d26b3f88 100644
--- a/sysdeps/stub/procstate.c
+++ b/sysdeps/stub/procstate.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/procstate.h>
diff --git a/sysdeps/stub/proctime.c b/sysdeps/stub/proctime.c
index 4c060235..f4e90ced 100644
--- a/sysdeps/stub/proctime.c
+++ b/sysdeps/stub/proctime.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/proctime.h>
diff --git a/sysdeps/stub/procuid.c b/sysdeps/stub/procuid.c
index f9f68311..61b43d4f 100644
--- a/sysdeps/stub/procuid.c
+++ b/sysdeps/stub/procuid.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/procuid.h>
diff --git a/sysdeps/stub/sem_limits.c b/sysdeps/stub/sem_limits.c
index 474ce8c7..0ecde5a1 100644
--- a/sysdeps/stub/sem_limits.c
+++ b/sysdeps/stub/sem_limits.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/sem_limits.h>
diff --git a/sysdeps/stub/shm_limits.c b/sysdeps/stub/shm_limits.c
index 8a024b4a..c1b7e8d5 100644
--- a/sysdeps/stub/shm_limits.c
+++ b/sysdeps/stub/shm_limits.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/shm_limits.h>
diff --git a/sysdeps/stub/siglist.c b/sysdeps/stub/siglist.c
index 94abfdc6..7931ba27 100644
--- a/sysdeps/stub/siglist.c
+++ b/sysdeps/stub/siglist.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/signal.h>
diff --git a/sysdeps/stub/swap.c b/sysdeps/stub/swap.c
index 4731b8e3..651fc7f5 100644
--- a/sysdeps/stub/swap.c
+++ b/sysdeps/stub/swap.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/swap.h>
diff --git a/sysdeps/stub/uptime.c b/sysdeps/stub/uptime.c
index a6189448..449a2878 100644
--- a/sysdeps/stub/uptime.c
+++ b/sysdeps/stub/uptime.c
@@ -21,6 +21,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glibtop.h>
#include <glibtop/uptime.h>