1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License, Version 1.0 only
6  * (the "License").  You may not use this file except in compliance
7  * with the License.
8  *
9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10  * or http://www.opensolaris.org/os/licensing.
11  * See the License for the specific language governing permissions
12  * and limitations under the License.
13  *
14  * When distributing Covered Code, include this CDDL HEADER in each
15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16  * If applicable, add the following below this CDDL HEADER, with the
17  * fields enclosed by brackets "[]" replaced with your own identifying
18  * information: Portions Copyright [yyyy] [name of copyright owner]
19  *
20  * CDDL HEADER END
21  */
22 /*
23  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
24  * Use is subject to license terms.
25  */
26 
27 /*
28  * This file was derived from the MIT 1.0 source release.
29  */
30 
31 #ifndef	_GSSAPI_ERR_GENERIC_H
32 #define	_GSSAPI_ERR_GENERIC_H
33 
34 #ifdef	__cplusplus
35 extern "C" {
36 #endif
37 
38 /*
39  * gssapi_err_generic.h:
40  * This file is automatically generated; please do not edit it.
41  */
42 #define	G_BAD_SERVICE_NAME			(-2045022976L)
43 #define	G_BAD_STRING_UID			(-2045022975L)
44 #define	G_NOUSER				(-2045022974L)
45 #define	G_VALIDATE_FAILED			(-2045022973L)
46 #define	G_BUFFER_ALLOC				(-2045022972L)
47 #define	G_BAD_MSG_CTX				(-2045022971L)
48 #define	G_WRONG_SIZE				(-2045022970L)
49 #define	G_BAD_USAGE				(-2045022969L)
50 #define	G_UNKNOWN_QOP				(-2045022968L)
51 #define	G_NO_HOSTNAME				(-2045022967L)
52 #define	G_BAD_HOSTNAME				(-2045022966L)
53 #define	G_WRONG_MECH				(-2045022965L)
54 #define	G_BAD_TOK_HEADER			(-2045022964L)
55 #define	G_BAD_DIRECTION				(-2045022963L)
56 #define	G_TOK_TRUNC				(-2045022962L)
57 #define	G_REFLECT				(-2045022961L)
58 #define	G_WRONG_TOKID				(-2045022960L)
59 #define	G_CRED_USAGE_MISMATCH			(-2045022959L)
60 #define	G_STORE_ACCEPTOR_CRED_NOSUPP		(-2045022958L)
61 #define	G_STORE_NON_DEFAULT_CRED_NOSUPP		(-2045022957L)
62 #define	ERROR_TABLE_BASE_ggss (-2045022976L)
63 
64 /* for compatibility with older versions... */
65 #define	ggss_err_base ERROR_TABLE_BASE_ggss
66 
67 #ifdef	__cplusplus
68 }
69 #endif
70 
71 #endif	/* _GSSAPI_ERR_GENERIC_H */
72