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