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 #pragma ident "%Z%%M% %I% %E% SMI" 35 36 #ifdef __cplusplus 37 extern "C" { 38 #endif 39 40 /* 41 * gssapi_err_generic.h: 42 * This file is automatically generated; please do not edit it. 43 */ 44 #define G_BAD_SERVICE_NAME (-2045022976L) 45 #define G_BAD_STRING_UID (-2045022975L) 46 #define G_NOUSER (-2045022974L) 47 #define G_VALIDATE_FAILED (-2045022973L) 48 #define G_BUFFER_ALLOC (-2045022972L) 49 #define G_BAD_MSG_CTX (-2045022971L) 50 #define G_WRONG_SIZE (-2045022970L) 51 #define G_BAD_USAGE (-2045022969L) 52 #define G_UNKNOWN_QOP (-2045022968L) 53 #define G_NO_HOSTNAME (-2045022967L) 54 #define G_BAD_HOSTNAME (-2045022966L) 55 #define G_WRONG_MECH (-2045022965L) 56 #define G_BAD_TOK_HEADER (-2045022964L) 57 #define G_BAD_DIRECTION (-2045022963L) 58 #define G_TOK_TRUNC (-2045022962L) 59 #define G_REFLECT (-2045022961L) 60 #define G_WRONG_TOKID (-2045022960L) 61 #define G_CRED_USAGE_MISMATCH (-2045022959L) 62 #define G_STORE_ACCEPTOR_CRED_NOSUPP (-2045022958L) 63 #define G_STORE_NON_DEFAULT_CRED_NOSUPP (-2045022957L) 64 #define ERROR_TABLE_BASE_ggss (-2045022976L) 65 66 /* for compatibility with older versions... */ 67 #define ggss_err_base ERROR_TABLE_BASE_ggss 68 69 #ifdef __cplusplus 70 } 71 #endif 72 73 #endif /* _GSSAPI_ERR_GENERIC_H */ 74