diff --git a/sm5/smartd.h b/sm5/smartd.h index 895da5594aecd1e2ca794af96b0ebe65c98ff722..be899539b9fa30b75ecb8ecb3887daf6e022d7ac 100644 --- a/sm5/smartd.h +++ b/sm5/smartd.h @@ -23,7 +23,7 @@ */ #ifndef CVSID7 -#define CVSID7 "$Id: smartd.h,v 1.23 2002/11/22 13:30:56 ballen4705 Exp $\n" +#define CVSID7 "$Id: smartd.h,v 1.24 2002/11/23 17:06:45 pjwilliams Exp $\n" #endif // Configuration file @@ -50,10 +50,6 @@ // maximum number of SCSI devices to monitor #define MAXSCSIDEVICES 26 -/* Defines for command line options */ -#define DEBUGMODE 'X' -#define PRINTCOPYLEFT 'V' - /* Boolean Values */ #define TRUE 0x01 #define FALSE 0x00