aboutsummaryrefslogtreecommitdiff
path: root/checkfs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'checkfs/common.h')
-rw-r--r--checkfs/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/checkfs/common.h b/checkfs/common.h
deleted file mode 100644
index 1d33f8b..0000000
--- a/checkfs/common.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* $Id: common.h,v 1.1 2001/06/21 23:07:56 dwmw2 Exp $ */
-//this .h file is common to both the file creation utility and
-//the file checking utility.
-#define TRUE 1
-#define FALSE 0
-
-#define MAX_NUM_FILES 100