diff options
Diffstat (limited to 'include/general.h')
-rw-r--r-- | include/general.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/general.h b/include/general.h index 500a5e74..b406f9d8 100644 --- a/include/general.h +++ b/include/general.h @@ -1,3 +1,9 @@ +/********************************* NOTICE ********************************* + * In accordance to the text of the Apache License 2.0 this text notifies + * you that this file was modified from its original version. For more + * information on the changes see the file README.patches. + ***************************** END of NOTICE ******************************/ + /*---------------------------------------------------------------------- $Id: general.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $ ----------------------------------------------------------------------*/ @@ -32,6 +38,7 @@ #undef TRUE #define TRUE 1 /* True, yes, good, etc. */ #define ABORT 2 /* Death, ^G, abort, etc. */ +#define COUNT 3 /* For control-c command */ #undef MIN |