|
|
1.1 root 1: typedef unsigned char uchar;
2:
3: /*
4: ** We use the name bool_t to maintain consistency with the RPC headers.
5: #ifdef bool_t
6: #undef bool_t
7: #endif
8: typedef enum { FALSE = 0, TRUE = 1 } bool_t;
9: */
10:
11:
12: /*
13: ** These are the return code defenitions for the rpc interface calls.
14: */
15: #define BB_SUCCESS 0
16: #define BB_FAILURE (-1)
17: #define BB_BAD_CLIENT (-2)
18: #define BB_BAD_SERVER (-3)
19: #define BB_ALREADY_SET (-4)
20: #define BB_ALREADY_UNSET (-5)
21: #define BB_BAD_PASSWD (-6)
22: #define BB_BAD_PHASE (-7)
23:
24: #define NUL '\0' /* The null character. */
25:
26: #define BB_END_OF_FILE (-2)
27:
28: #define BB_MAX_LINE_LEN 200
29:
30: #define BB_SYSLOG_UDP_CREATE "Unable to create UDP transport."
31: #define BB_SYSLOG_SVC_REGISTER "Unable to register the rpc service."
32: #define BB_SYSLOG_SVC_RUN "The service run routine failed."
33:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.