Diff for /embedtools/inc/defs.h between versions 1.4.2.7 and 1.7.8.3

version 1.4.2.7, 2014/02/05 12:37:31 version 1.7.8.3, 2018/01/02 01:46:03
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 - 2018
         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 61  SUCH DAMAGE. Line 61  SUCH DAMAGE.
 #define DEFAULT_CONFIG  "/etc/cfexec.conf"  #define DEFAULT_CONFIG  "/etc/cfexec.conf"
 #define DEFAULT_USER    "root"  #define DEFAULT_USER    "root"
 #define DEFAULT_MOUNT   "/"  #define DEFAULT_MOUNT   "/"
 #define DEFAULT_DEVICE  "/dev/ufs/elwix"  
 #define DEFAULT_CHROOT  "/"  #define DEFAULT_CHROOT  "/"
 #define DEFAULT_TMP     "/tmp"  #define DEFAULT_TMP     "/tmp"
 #define DEFAULT_TFTP    69  #define DEFAULT_TFTP    69
Line 83  SUCH DAMAGE. Line 82  SUCH DAMAGE.
 #define UBE_CFGNAME     "/etc/ube.conf"  #define UBE_CFGNAME     "/etc/ube.conf"
 #define UBE_SECTION     "64K"  #define UBE_SECTION     "64K"
   
#define IMGBLOCK_SIZE   65536#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.7  
changed lines
  Added in v.1.7.8.3


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