summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-02-15 12:48:34 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-02-15 12:48:34 +0000
commit53c43e6e909dc180d805a8482824815d82c0102f (patch)
treed2ae39d550623dbed507d87a27ddcad5b482eae9 /include
parentb43e879cc0409382950483de3adab3f464496886 (diff)
downloadlibgtop-53c43e6e909dc180d805a8482824815d82c0102f.tar.gz
Removed some dead files. Don't install private headers.
* backends/server/server.h: * configure.in: * glibtop.h: * include/glibtop/Makefile.am: * include/glibtop/gnuserv.h: * include/glibtop/open.h: * include/glibtop/read.h: * include/glibtop/read_data.h: * include/glibtop/types.h: * include/glibtop/write.h: * lib/close.c: * lib/init.c: * lib/lib.pl: * lib/open.c: * lib/parameter.c: * lib/read.c: * lib/read_data.c: * lib/write.c: * src/daemon/daemon.h: * src/daemon/io.c: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection), (handle_slave_command): * sysdeps/common/gnuslib.c: * sysdeps/solaris/glibtop_private.h: Removed some dead files. Don't install private headers.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/Makefile.am8
-rw-r--r--include/glibtop/gnuserv.h1
-rw-r--r--include/glibtop/open.h2
-rw-r--r--include/glibtop/read.h1
-rw-r--r--include/glibtop/read_data.h1
-rw-r--r--include/glibtop/types.h38
-rw-r--r--include/glibtop/write.h1
7 files changed, 5 insertions, 47 deletions
diff --git a/include/glibtop/Makefile.am b/include/glibtop/Makefile.am
index 8e4d36b2..60748ebe 100644
--- a/include/glibtop/Makefile.am
+++ b/include/glibtop/Makefile.am
@@ -3,9 +3,11 @@ glibtopdir = $(includedir)/libgtop-2.0/glibtop
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
sem_limits.h uptime.h command.h mem.h proclist.h \
proctime.h shm_limits.h version.h cpu.h msg_limits.h \
- procmem.h procuid.h swap.h write.h error.h open.h \
- procsegment.h read.h sysdeps.h global.h \
- procsignal.h read_data.h union.h types.h gnuserv.h \
+ procmem.h procuid.h swap.h \
+ procsegment.h sysdeps.h global.h \
+ procsignal.h union.h gnuserv.h \
parameter.h mountlist.h fsusage.h procmap.h signal.h \
inodedb.h sysinfo.h ppp.h procargs.h netload.h \
netlist.h procopenfiles.h
+
+noinst_HEADERS = error.h write.h open.h read_data.h read.h
diff --git a/include/glibtop/gnuserv.h b/include/glibtop/gnuserv.h
index 66e97074..aa24e1b3 100644
--- a/include/glibtop/gnuserv.h
+++ b/include/glibtop/gnuserv.h
@@ -42,7 +42,6 @@ static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup a
/* gnuserv should not be compiled using SOCKS */
#define DO_NOT_SOCKSIFY
#include <glibtop.h>
-#include <glibtop/error.h>
#undef read
#undef write
#undef open
diff --git a/include/glibtop/open.h b/include/glibtop/open.h
index 77cf8dd1..8e7a49e0 100644
--- a/include/glibtop/open.h
+++ b/include/glibtop/open.h
@@ -23,8 +23,6 @@
#define __GLIBTOP_OPEN_H__
#include <glibtop.h>
-#include <glibtop/read.h>
-#include <glibtop/error.h>
G_BEGIN_DECLS
diff --git a/include/glibtop/read.h b/include/glibtop/read.h
index c7ea13ab..78c8d417 100644
--- a/include/glibtop/read.h
+++ b/include/glibtop/read.h
@@ -25,7 +25,6 @@
#define __GLIBTOP_READ_H__
#include <glibtop.h>
-#include <glibtop/error.h>
G_BEGIN_DECLS
diff --git a/include/glibtop/read_data.h b/include/glibtop/read_data.h
index aa1dbb5d..25a1556e 100644
--- a/include/glibtop/read_data.h
+++ b/include/glibtop/read_data.h
@@ -25,7 +25,6 @@
#define __GLIBTOP_READ_DATA_H__
#include <glibtop.h>
-#include <glibtop/error.h>
G_BEGIN_DECLS
diff --git a/include/glibtop/types.h b/include/glibtop/types.h
deleted file mode 100644
index 28cea3ff..00000000
--- a/include/glibtop/types.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* $Id$ */
-
-/* Copyright (C) 1998-99 Martin Baulig
- This file is part of LibGTop 1.0.
-
- Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
-
- LibGTop is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License,
- or (at your option) any later version.
-
- LibGTop is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with LibGTop; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-#ifndef __GLIBTOP_TYPES_H__
-#define __GLIBTOP_TYPES_H__
-
-G_BEGIN_DECLS
-
-#define GLIBTOP_TYPE_LONG 1
-#define GLIBTOP_TYPE_ULONG 2
-#define GLIBTOP_TYPE_DOUBLE 3
-#define GLIBTOP_TYPE_INT 4
-#define GLIBTOP_TYPE_CHAR 5
-#define GLIBTOP_TYPE_STRING 6
-
-G_END_DECLS
-
-#endif
diff --git a/include/glibtop/write.h b/include/glibtop/write.h
index 36d11e68..fe31ae25 100644
--- a/include/glibtop/write.h
+++ b/include/glibtop/write.h
@@ -25,7 +25,6 @@
#define __GLIBTOP_WRITE_H__
#include <glibtop.h>
-#include <glibtop/error.h>
G_BEGIN_DECLS