From 40a1be6956613d7cbebeac466a3857fdd9e9cb64 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sun, 8 Jun 2003 17:30:09 +0000 Subject: [PATCH] bye-bye vmstat.h --- vmstat.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 vmstat.h diff --git a/vmstat.h b/vmstat.h deleted file mode 100644 index 45e0965e..00000000 --- a/vmstat.h +++ /dev/null @@ -1,34 +0,0 @@ -/* vmstat.h - Header file: memory usage */ -/* - * Copyright (c) 2003, by: Fabian Frederick - * All rights reserved. fabian.frederick@gmx.fr - * - * - * This file may be used subject to the terms and conditions of the - * GNU Library General Public License Version 2, or any later version - * at your option, as published by the Free Software Foundation. - * This program 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 Library General Public License for more details. - * - * - */ - -#ifndef _IVMstat -#define _IVMstat -unsigned long dataUnit=1024; -char szDataUnit [16]; -#define UNIT_B 1 -#define UNIT_k 1000 -#define UNIT_K 1024 -#define UNIT_m 1000000 -#define UNIT_M 1048576 - -#define VMSTAT 1 -#define DISKSTAT 2 -#define VMSUMSTAT 3 -#define SLABSTAT 4 - -int statMode=VMSTAT; -#endif /* _IVMstat */