Diff for /embedtools/inc/defs.h between versions 1.2.2.3 and 1.2.2.8

version 1.2.2.3, 2011/07/22 14:20:24 version 1.2.2.8, 2012/07/06 09:27:41
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, 2005, 2006, 2007, 2008, 2009, 2010, 2011Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
         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 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"
   
   #define VOUCHER_CFG     "/etc/voucher.conf"
   #define VOUCHER_KEY     "/etc/ssl/voucher.key"
   #define VOUCHER_CRT     "/etc/ssl/voucher.crt"
   #define VOUCHER_MAX_RSA 8
   #define VOUCHER_MAX_LEN 64
   #define VOUCHER_OK      "OK"
   #define VOUCHER_ERR     "ERR"
   
 #define VERB(x)         if ((x) <= Verbose)  #define VERB(x)         if ((x) <= Verbose)
 #define FTRACE(x)       if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__)  #define FTRACE(x)       if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__)

Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.8


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