diff --git a/ChangeLog b/ChangeLog index 2336a6ee..a5cc226f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * src/Makefile.am: Disable compilation of the `daemon' directory. * include/glibtop/command.h: Removed. + * include/glibtop/version.h: Removed. 2000-01-02 Martin Baulig diff --git a/include/glibtop/Makefile.am b/include/glibtop/Makefile.am index b6e927b4..e4f780df 100644 --- a/include/glibtop/Makefile.am +++ b/include/glibtop/Makefile.am @@ -2,7 +2,7 @@ glibtopdir = $(includedir)/glibtop glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.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 \ procsegment.h sysdeps.h xmalloc.h global.h \ procsignal.h union.h types.h \ diff --git a/include/glibtop/version.h b/include/glibtop/version.h deleted file mode 100644 index d0fc9cc6..00000000 --- a/include/glibtop/version.h +++ /dev/null @@ -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 , 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 -#include -#include -#include - -#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 diff --git a/po/POTFILES.in b/po/POTFILES.in index 016e29ae..21622a43 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -58,7 +58,6 @@ include/glibtop/sysinfo.h include/glibtop/types.h include/glibtop/union.h include/glibtop/uptime.h -include/glibtop/version.h include/glibtop/xmalloc.h src/inodedb/file_by_inode.c src/inodedb/mkinodedb.c