|
|
| version 1.2.4.1, 2011/08/19 07:39:29 | version 1.3, 2011/08/29 22:37:06 |
|---|---|
| Line 49 SUCH DAMAGE. | Line 49 SUCH DAMAGE. |
| #define DEF_RPC_TIMEOUT 3 | #define DEF_RPC_TIMEOUT 3 |
| #define BLOB_MAX 1460 | |
| #define BLOBSIZ 1024 | |
| #define STRSIZ 256 | #define STRSIZ 256 |
| #define BLOB_FILE "%s/BLOB-%0X" | #define BLOB_FILE "%s/BLOB-%0X" |
| #define LOGERR { \ | #define LOGERR do { \ |
| rpc_Errno = errno; \ | rpc_Errno = errno; \ |
| strlcpy(rpc_Error, strerror(errno), STRSIZ); \ | strlcpy(rpc_Error, strerror(errno), STRSIZ); \ |
| } | } while(0) |
| extern int rpc_Errno; | extern int rpc_Errno; |