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