--- embedtools/inc/defs.h 2014/02/05 22:53:12 1.6 +++ embedtools/inc/defs.h 2014/02/08 20:57:16 1.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.6 2014/02/05 22:53:12 misho Exp $ + * $Id: defs.h,v 1.7 2014/02/08 20:57:16 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -85,6 +85,8 @@ SUCH DAMAGE. #define IMGBUF_SIZE 65536 #define IMGBUF_SIZE2 1024 + +#define BUTZ_CFG "/etc/butz.conf" #define VERB(x) if ((x) <= Verbose)