]> granicus.if.org Git - procps-ng/commitdiff
bye-bye vmstat.h
authoralbert <>
Sun, 8 Jun 2003 17:30:09 +0000 (17:30 +0000)
committeralbert <>
Sun, 8 Jun 2003 17:30:09 +0000 (17:30 +0000)
vmstat.h [deleted file]

diff --git a/vmstat.h b/vmstat.h
deleted file mode 100644 (file)
index 45e0965..0000000
--- 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 */