/*
 * etlucy.h:
 * This file is automatically generated; please do not edit it.
 */
#define LUC_ERR_INVAL                            (-1695059200L)
#define LUC_ERR_REPL                             (-1695059199L)
#define LUC_ERR_POST                             (-1695059198L)
#define LUC_ERR_FORW                             (-1695059197L)
#define LUC_RPC_SUCCESS                          (-1695059196L)
#define LUC_RPC_CANTENCODEARGS                   (-1695059195L)
#define LUC_RPC_CANTDECODERES                    (-1695059194L)
#define LUC_RPC_CANTSEND                         (-1695059193L)
#define LUC_RPC_CANTRECV                         (-1695059192L)
#define LUC_RPC_TIMEDOUT                         (-1695059191L)
#define LUC_RPC_VERSMISMATCH                     (-1695059190L)
#define LUC_RPC_AUTHERROR                        (-1695059189L)
#define LUC_RPC_PROGUNAVAIL                      (-1695059188L)
#define LUC_RPC_PROGVERSMISMATCH                 (-1695059187L)
#define LUC_RPC_PROCUNAVAIL                      (-1695059186L)
#define LUC_RPC_CANTDECODEARGS                   (-1695059185L)
#define LUC_RPC_SYSTEMERROR                      (-1695059184L)
#define LUC_RPC_UNKNOWNHOST                      (-1695059183L)
#define LUC_RPC_PMAPFAILURE                      (-1695059182L)
#define LUC_RPC_PROGNOTREGISTERED                (-1695059181L)
#define LUC_RPC_FAILED                           (-1695059180L)
extern void initialize_lucy_error_table ();
#define ERROR_TABLE_BASE_lucy (-1695059200L)

/* for compatibility with older versions... */
#define init_lucy_err_tbl initialize_lucy_error_table
#define lucy_err_base ERROR_TABLE_BASE_lucy
