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