Home | History | Annotate | Download | only in include
      1 /*
      2  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
      3  * Use is subject to license terms.
      4  */
      5 
      6 #pragma ident	"%Z%%M%	%I%	%E% SMI"
      7 
      8 #ifndef __GSSAPI_ERR_KRB5_H
      9 #define __GSSAPI_ERR_KRB5_H
     10 
     11 /*
     12  * gssapi_err_krb5.h:
     13  * This file is automatically generated; please do not edit it.
     14  */
     15 #define KG_CCACHE_NOMATCH                        (39756032L)
     16 #define KG_KEYTAB_NOMATCH                        (39756033L)
     17 #define KG_TGT_MISSING                           (39756034L)
     18 #define KG_NO_SUBKEY                             (39756035L)
     19 #define KG_CONTEXT_ESTABLISHED                   (39756036L)
     20 #define KG_BAD_SIGN_TYPE                         (39756037L)
     21 #define KG_BAD_LENGTH                            (39756038L)
     22 #define KG_CTX_INCOMPLETE                        (39756039L)
     23 #define KG_CONTEXT                               (39756040L)
     24 #define KG_CRED                                  (39756041L)
     25 #define KG_ENC_DESC                              (39756042L)
     26 #define KG_BAD_SEQ                               (39756043L)
     27 #define KG_EMPTY_CCACHE                          (39756044L)
     28 #define KG_NO_CTYPES                             (39756045L)
     29 #define KG_LUCID_VERSION                         (39756046L)
     30 #define ERROR_TABLE_BASE_k5g (39756032L)
     31 
     32 /* for compatibility with older versions... */
     33 #define k5g_err_base ERROR_TABLE_BASE_k5g
     34 
     35 #endif /* ! __GSSAPI_ERR_KRB5_H */
     36