Diff for /embedtools/inc/defs.h between versions 1.4.2.8 and 1.7.8.1

version 1.4.2.8, 2014/02/05 15:42:14 version 1.7.8.1, 2017/10/08 21:57:34
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2017
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 67  SUCH DAMAGE. Line 67  SUCH DAMAGE.
 #define DEFAULT_TFTP    69  #define DEFAULT_TFTP    69
 #define DEFAULT_TFTPDIR "/elwix/tftpboot"  #define DEFAULT_TFTPDIR "/elwix/tftpboot"
 #define DEFAULT_PKGDIR  "/system"  #define DEFAULT_PKGDIR  "/system"
   #define CFEXEC_SLOCK    "%s/.S-cfexec.LCK"
   
 #define FIRMWARE_IMG    "elwix-firmware.sys"  #define FIRMWARE_IMG    "elwix-firmware.sys"
 #define FIRMWARE_BAK    "elwix-firmware.sys.old"  #define FIRMWARE_BAK    "elwix-firmware.sys.old"
Line 83  SUCH DAMAGE. Line 84  SUCH DAMAGE.
 #define UBE_CFGNAME     "/etc/ube.conf"  #define UBE_CFGNAME     "/etc/ube.conf"
 #define UBE_SECTION     "64K"  #define UBE_SECTION     "64K"
   
#define IMGBUF_SIZE     1024#define IMGBUF_SIZE     65536
 #define IMGBUF_SIZE2        1024
 
 #define BUTZ_CFG        "/etc/butz.conf"
   
   
 #define VERB(x)         if ((x) <= Verbose)  #define VERB(x)         if ((x) <= Verbose)

Removed from v.1.4.2.8  
changed lines
  Added in v.1.7.8.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>