From adf7a39ac10ad3960e05d50dba16fb812827b4c7 Mon Sep 17 00:00:00 2001 From: pjwilliams <pjwilliams@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sat, 23 Nov 2002 17:06:45 +0000 Subject: [PATCH] Removed PRINTCOPYLEFT and DEBUGMODE macros. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@322 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sm5/smartd.h b/sm5/smartd.h index 895da5594..be899539b 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 -- GitLab