xref: /illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/import_err.h (revision 88f8b78a88cbdc6d8c1af5c3e54bc49d25095c98)
1 /*
2  * Copyright (c) 1997-2000 by Sun Microsystems, Inc.
3  * All rights reserved.
4  */
5 
6 #ifndef _IMPORT_ERR_H
7 #define	_IMPORT_ERR_H
8 
9 #pragma ident	"%Z%%M%	%I%	%E% SMI"
10 
11 /*
12  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
13  *
14  *	Openvision retains the copyright to derivative works of
15  *	this source code.  Do *NOT* create a derivative of this
16  *	source code before consulting with your legal department.
17  *	Do *NOT* integrate *ANY* of this source code into another
18  *	product before consulting with your legal department.
19  *
20  *	For further information, read the top-level Openvision
21  *	copyright which is contained in the top-level MIT Kerberos
22  *	copyright.
23  *
24  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
25  *
26  */
27 
28 #ifdef	__cplusplus
29 extern "C" {
30 #endif
31 
32 /*
33  * import_err.h:
34  * This file is automatically generated; please do not edit it.
35  */
36 #define	IMPORT_NO_ERR				(37349888L)
37 #define	IMPORT_BAD_FILE				(37349889L)
38 #define	IMPORT_BAD_TOKEN			(37349890L)
39 #define	IMPORT_BAD_VERSION			(37349891L)
40 #define	IMPORT_BAD_RECORD			(37349892L)
41 #define	IMPORT_BAD_FOOTER			(37349893L)
42 #define	IMPORT_FAILED				(37349894L)
43 #define	IMPORT_COUNT_MESSAGE			(37349895L)
44 #define	IMPORT_MISMATCH_COUNT			(37349896L)
45 #define	IMPORT_UNK_OPTION			(37349897L)
46 #define	IMPORT_WARN_DB				(37349898L)
47 #define	IMPORT_RENAME_FAILED			(37349899L)
48 #define	IMPORT_EXTRA_DATA			(37349900L)
49 #define	IMPORT_CONFIRM				(37349901L)
50 #define	IMPORT_OPEN_DUMP			(37349902L)
51 #define	IMPORT_IMPORT				(37349903L)
52 #define	IMPORT_TTY				(37349904L)
53 #define	IMPORT_RENAME_OPEN			(37349905L)
54 #define	IMPORT_RENAME_LOCK			(37349906L)
55 #define	IMPORT_RENAME_UNLOCK			(37349907L)
56 #define	IMPORT_RENAME_CLOSE			(37349908L)
57 #define	IMPORT_SINGLE_RECORD			(37349909L)
58 #define	IMPORT_PLURAL_RECORDS			(37349910L)
59 #define	IMPORT_GET_PARAMS			(37349911L)
60 #define	ERROR_TABLE_BASE_imp (37349888L)
61 
62 /* for compatibility with older versions... */
63 #define	imp_err_base ERROR_TABLE_BASE_imp
64 
65 #ifdef	__cplusplus
66 }
67 #endif
68 
69 #endif	/* !_IMPORT_ERR_H */
70