version 1.4.2.6, 2014/01/30 01:03:16
|
version 1.4.2.7, 2014/02/05 12:37:31
|
Line 83 SUCH DAMAGE.
|
Line 83 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 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__) |
|
|