From 72212c137c574b564723327af751c4054c7cfca6 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 11 Apr 2006 19:09:16 -0400 Subject: Initial commit --- checkfs/common.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 checkfs/common.h (limited to 'checkfs/common.h') diff --git a/checkfs/common.h b/checkfs/common.h new file mode 100644 index 0000000..1d33f8b --- /dev/null +++ b/checkfs/common.h @@ -0,0 +1,7 @@ +/* $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 -- cgit v1.2.3