Removed.
2000-01-02 Martin Baulig <martin@home-of-linux.org> * include/glibtop/version.h: Removed.
This commit is contained in:
committed by
Martin Baulig
parent
cdfee65492
commit
6fe80f02ce
@@ -6,6 +6,7 @@
|
|||||||
* src/Makefile.am: Disable compilation of the `daemon' directory.
|
* src/Makefile.am: Disable compilation of the `daemon' directory.
|
||||||
|
|
||||||
* include/glibtop/command.h: Removed.
|
* include/glibtop/command.h: Removed.
|
||||||
|
* include/glibtop/version.h: Removed.
|
||||||
|
|
||||||
2000-01-02 Martin Baulig <martin@home-of-linux.org>
|
2000-01-02 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ glibtopdir = $(includedir)/glibtop
|
|||||||
|
|
||||||
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
||||||
sem_limits.h uptime.h mem.h proclist.h \
|
sem_limits.h uptime.h mem.h proclist.h \
|
||||||
proctime.h shm_limits.h version.h cpu.h msg_limits.h \
|
proctime.h shm_limits.h cpu.h msg_limits.h \
|
||||||
procmem.h procuid.h swap.h error.h open.h \
|
procmem.h procuid.h swap.h error.h open.h \
|
||||||
procsegment.h sysdeps.h xmalloc.h global.h \
|
procsegment.h sysdeps.h xmalloc.h global.h \
|
||||||
procsignal.h union.h types.h \
|
procsignal.h union.h types.h \
|
||||||
|
@@ -1,44 +0,0 @@
|
|||||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
|
||||||
|
|
||||||
/* 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_VERSION_H__
|
|
||||||
#define __GLIBTOP_VERSION_H__
|
|
||||||
|
|
||||||
#include <glibtop.h>
|
|
||||||
#include <glibtop/union.h>
|
|
||||||
#include <glibtop/sysdeps.h>
|
|
||||||
#include <glibtop/command.h>
|
|
||||||
|
|
||||||
#define LIBGTOP_VERSION_STRING "Libgtop %s server version %s (%u,%u,%u,%u)."
|
|
||||||
|
|
||||||
BEGIN_LIBGTOP_DECLS
|
|
||||||
|
|
||||||
#if _IN_LIBGTOP
|
|
||||||
|
|
||||||
void glibtop_send_version (glibtop *server, int fd);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
END_LIBGTOP_DECLS
|
|
||||||
|
|
||||||
#endif
|
|
@@ -58,7 +58,6 @@ include/glibtop/sysinfo.h
|
|||||||
include/glibtop/types.h
|
include/glibtop/types.h
|
||||||
include/glibtop/union.h
|
include/glibtop/union.h
|
||||||
include/glibtop/uptime.h
|
include/glibtop/uptime.h
|
||||||
include/glibtop/version.h
|
|
||||||
include/glibtop/xmalloc.h
|
include/glibtop/xmalloc.h
|
||||||
src/inodedb/file_by_inode.c
|
src/inodedb/file_by_inode.c
|
||||||
src/inodedb/mkinodedb.c
|
src/inodedb/mkinodedb.c
|
||||||
|
Reference in New Issue
Block a user