Home | History | Annotate | Download | only in test_cases
      1 /*
      2  * simple.h:
      3  * This file is automatically generated; please do not edit it.
      4  */
      5 
      6 #include <et/com_err.h>
      7 
      8 #define KRB_MK_AP_TKFIL                          (39525376L)
      9 #define KRB_MK_AP_NOTKT                          (39525377L)
     10 #define KRB_MK_AP_TGTEXP                         (39525378L)
     11 #define KRB_RD_AP_UNDEC                          (39525379L)
     12 #define KRB_RD_AP_EXP                            (39525380L)
     13 #define KRB_RD_AP_REPEAT                         (39525381L)
     14 #define KRB_RD_AP_NOT_US                         (39525382L)
     15 #define KRB_RD_AP_INCON                          (39525383L)
     16 #define KRB_RD_AP_TIME                           (39525384L)
     17 #define KRB_RD_AP_BADD                           (39525385L)
     18 #define KRB_RD_AP_VERSION                        (39525386L)
     19 #define KRB_RD_AP_MSG_TYPE                       (39525387L)
     20 #define KRB_RD_AP_MODIFIED                       (39525388L)
     21 #define KRB_RD_AP_ORDER                          (39525389L)
     22 #define KRB_RD_AP_UNAUTHOR                       (39525390L)
     23 #define KRB_GT_PW_NULL                           (39525391L)
     24 #define KRB_GT_PW_BADPW                          (39525392L)
     25 #define KRB_GT_PW_PROT                           (39525393L)
     26 #define KRB_GT_PW_KDCERR                         (39525394L)
     27 #define KRB_GT_PW_NULLTKT                        (39525395L)
     28 #define KRB_SKDC_RETRY                           (39525396L)
     29 #define KRB_SKDC_CANT                            (39525397L)
     30 extern const struct error_table et_krb_error_table;
     31 extern void initialize_krb_error_table(void);
     32 
     33 /* For compatibility with Heimdal */
     34 extern void initialize_krb_error_table_r(struct et_list **list);
     35 
     36 #define ERROR_TABLE_BASE_krb (39525376L)
     37 
     38 /* for compatibility with older versions... */
     39 #define init_krb_err_tbl initialize_krb_error_table
     40 #define krb_err_base ERROR_TABLE_BASE_krb
     41