1 /* 2 * leasherr.h 3 * This file is the #include file for leasherr.et. 4 * Please do not edit it as it is automatically generated. 5 */ 6 7 #define LSH_ONLYONEME (40591872L) 8 #define LSH_INVPRINCIPAL (40591873L) 9 #define LSH_FAILEDREALM (40591874L) 10 #define LSH_INVINSTANCE (40591875L) 11 #define LSH_INVREALM (40591876L) 12 #define LSH_EOF (40591877L) 13 #define LSH_EXPIRESOON (40591878L) 14 #define LSH_NOMATCH (40591879L) 15 #define LSH_BADCHARS (40591880L) 16 #define LSH_FATAL_ERROR (40591881L) 17 #define LSH_BADWINSOCK (40591882L) 18 #define LSH_BADTIMESERV (40591883L) 19 #define LSH_NOSOCKET (40591884L) 20 #define LSH_NOCONNECT (40591885L) 21 #define LSH_TIMEFAILED (40591886L) 22 #define LSH_GETTIMEOFDAY (40591887L) 23 #define LSH_SETTIMEOFDAY (40591888L) 24 #define LSH_RECVTIME (40591889L) 25 #define LSH_RECVBYTES (40591890L) 26 #define LSH_ALREADY_SETTIME (40591891L) 27 extern void initialize_lsh_error_table(struct et_list **); 28 #define ERROR_TABLE_BASE_lsh (40591872L) 29 30 /* for compatibility with older versions... */ 31 #define init_lsh_err_tbl() initialize_lsh_error_table(&_et_list) 32 #define lsh_err_base ERROR_TABLE_BASE_lsh 33