--- embedtools/inc/defs.h 2014/01/30 01:03:16 1.4.2.6 +++ embedtools/inc/defs.h 2014/02/05 12:37:31 1.4.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.4.2.6 2014/01/30 01:03:16 misho Exp $ + * $Id: defs.h,v 1.4.2.7 2014/02/05 12:37:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -82,6 +82,9 @@ SUCH DAMAGE. #define UBE_LOCK "/tmp/ube.LCK" #define UBE_CFGNAME "/etc/ube.conf" #define UBE_SECTION "64K" + +#define IMGBLOCK_SIZE 65536 + #define VERB(x) if ((x) <= Verbose) #define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__)