xref: /illumos-gate/usr/src/cmd/krb5/krb5kdc/kdc5_err.h (revision 2a8bcb4e)
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 #ifdef	__cplusplus
10*7c478bd9Sstevel@tonic-gate extern "C" {
11*7c478bd9Sstevel@tonic-gate #endif
12*7c478bd9Sstevel@tonic-gate 
13*7c478bd9Sstevel@tonic-gate /*
14*7c478bd9Sstevel@tonic-gate  * kdc5_err.h:
15*7c478bd9Sstevel@tonic-gate  * This file is automatically generated; please do not edit it.
16*7c478bd9Sstevel@tonic-gate  */
17*7c478bd9Sstevel@tonic-gate 
18*7c478bd9Sstevel@tonic-gate 
19*7c478bd9Sstevel@tonic-gate #define KDC5_RCSID                               (-1779992064L)
20*7c478bd9Sstevel@tonic-gate #define KDC5_NOPORT                              (-1779992063L)
21*7c478bd9Sstevel@tonic-gate #define KDC5_NONET                               (-1779992062L)
22*7c478bd9Sstevel@tonic-gate #define KDC5_IO_RESPONSE                         (-1779992061L)
23*7c478bd9Sstevel@tonic-gate #define ERROR_TABLE_BASE_kdc5 (-1779992064L)
24*7c478bd9Sstevel@tonic-gate 
25*7c478bd9Sstevel@tonic-gate /* for compatibility with older versions... */
26*7c478bd9Sstevel@tonic-gate #define kdc5_err_base ERROR_TABLE_BASE_kdc5
27*7c478bd9Sstevel@tonic-gate 
28*7c478bd9Sstevel@tonic-gate #ifdef	__cplusplus
29*7c478bd9Sstevel@tonic-gate }
30*7c478bd9Sstevel@tonic-gate #endif
31*7c478bd9Sstevel@tonic-gate 
32*7c478bd9Sstevel@tonic-gate #endif	/* !_KDC5_ERR_H */
33