xref: /onnv-gate/usr/src/cmd/krb5/krb5kdc/kdc5_err.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /*
2*0Sstevel@tonic-gate  * Copyright (c) 1997-2000 by Sun Microsystems, Inc.
3*0Sstevel@tonic-gate  * All rights reserved.
4*0Sstevel@tonic-gate  */
5*0Sstevel@tonic-gate 
6*0Sstevel@tonic-gate #ifndef _KDC5_ERR_H
7*0Sstevel@tonic-gate #define	_KDC5_ERR_H
8*0Sstevel@tonic-gate 
9*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
10*0Sstevel@tonic-gate 
11*0Sstevel@tonic-gate #ifdef	__cplusplus
12*0Sstevel@tonic-gate extern "C" {
13*0Sstevel@tonic-gate #endif
14*0Sstevel@tonic-gate 
15*0Sstevel@tonic-gate /*
16*0Sstevel@tonic-gate  * kdc5_err.h:
17*0Sstevel@tonic-gate  * This file is automatically generated; please do not edit it.
18*0Sstevel@tonic-gate  */
19*0Sstevel@tonic-gate 
20*0Sstevel@tonic-gate 
21*0Sstevel@tonic-gate #define KDC5_RCSID                               (-1779992064L)
22*0Sstevel@tonic-gate #define KDC5_NOPORT                              (-1779992063L)
23*0Sstevel@tonic-gate #define KDC5_NONET                               (-1779992062L)
24*0Sstevel@tonic-gate #define KDC5_IO_RESPONSE                         (-1779992061L)
25*0Sstevel@tonic-gate #define ERROR_TABLE_BASE_kdc5 (-1779992064L)
26*0Sstevel@tonic-gate 
27*0Sstevel@tonic-gate /* for compatibility with older versions... */
28*0Sstevel@tonic-gate #define kdc5_err_base ERROR_TABLE_BASE_kdc5
29*0Sstevel@tonic-gate 
30*0Sstevel@tonic-gate #ifdef	__cplusplus
31*0Sstevel@tonic-gate }
32*0Sstevel@tonic-gate #endif
33*0Sstevel@tonic-gate 
34*0Sstevel@tonic-gate #endif	/* !_KDC5_ERR_H */
35