Line data Source code
1 : #include "config.h" 2 : /* Generated from /builds/eaglegai/samba/third_party/heimdal/lib/krb5/k524_err.et */ 3 : /* $Id$ */ 4 : 5 : #include <stddef.h> 6 : #include <com_err.h> 7 : #include "k524_err.h" 8 : 9 : #define N_(x) (x) 10 : 11 : static const char *const k524_error_strings[] = { 12 : /* 000 */ N_("wrong keytype in ticket"), 13 : /* 001 */ N_("incorrect network address"), 14 : /* 002 */ N_("cannot convert V5 principal"), 15 : /* 003 */ N_("V5 realm name longer than V4 maximum"), 16 : /* 004 */ N_("kerberos V4 error server"), 17 : /* 005 */ N_("encoding too large at server"), 18 : /* 006 */ N_("decoding out of data"), 19 : /* 007 */ N_("service not responding"), 20 : NULL 21 : }; 22 : 23 : #define num_errors 8 24 : 25 792004 : void initialize_k524_error_table_r(struct et_list **list) 26 : { 27 792004 : initialize_error_table_r(list, k524_error_strings, num_errors, ERROR_TABLE_BASE_k524); 28 792004 : } 29 : 30 0 : void initialize_k524_error_table(void) 31 : { 32 0 : init_error_table(k524_error_strings, ERROR_TABLE_BASE_k524, num_errors); 33 0 : }