--- embedtools/inc/defs.h 2014/01/30 01:03:16 1.4.2.6 +++ embedtools/inc/defs.h 2014/02/05 22:53:12 1.6 @@ -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.6 2014/02/05 22:53:12 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -82,6 +82,10 @@ SUCH DAMAGE. #define UBE_LOCK "/tmp/ube.LCK" #define UBE_CFGNAME "/etc/ube.conf" #define UBE_SECTION "64K" + +#define IMGBUF_SIZE 65536 +#define IMGBUF_SIZE2 1024 + #define VERB(x) if ((x) <= Verbose) #define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__)