1 /*
2  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3  * Use is subject to license terms.
4  */
5 
6 /*
7  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
8  *
9  *	Openvision retains the copyright to derivative works of
10  *	this source code.  Do *NOT* create a derivative of this
11  *	source code before consulting with your legal department.
12  *	Do *NOT* integrate *ANY* of this source code into another
13  *	product before consulting with your legal department.
14  *
15  *	For further information, read the top-level Openvision
16  *	copyright which is contained in the top-level MIT Kerberos
17  *	copyright.
18  *
19  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
20  *
21  */
22 
23 /*
24  * import_err.h:
25  * This file is automatically generated; please do not edit it.
26  */
27 
28 #include <com_err.h>
29 
30 #define IMPORT_NO_ERR                            (37349888L)
31 #define IMPORT_BAD_FILE                          (37349889L)
32 #define IMPORT_BAD_TOKEN                         (37349890L)
33 #define IMPORT_BAD_VERSION                       (37349891L)
34 #define IMPORT_BAD_RECORD                        (37349892L)
35 #define IMPORT_BAD_FOOTER                        (37349893L)
36 #define IMPORT_FAILED                            (37349894L)
37 #define IMPORT_COUNT_MESSAGE                     (37349895L)
38 #define IMPORT_MISMATCH_COUNT                    (37349896L)
39 #define IMPORT_UNK_OPTION                        (37349897L)
40 #define IMPORT_WARN_DB                           (37349898L)
41 #define IMPORT_RENAME_FAILED                     (37349899L)
42 #define IMPORT_EXTRA_DATA                        (37349900L)
43 #define IMPORT_CONFIRM                           (37349901L)
44 #define IMPORT_OPEN_DUMP                         (37349902L)
45 #define IMPORT_IMPORT                            (37349903L)
46 #define IMPORT_TTY                               (37349904L)
47 #define IMPORT_RENAME_OPEN                       (37349905L)
48 #define IMPORT_RENAME_LOCK                       (37349906L)
49 #define IMPORT_RENAME_UNLOCK                     (37349907L)
50 #define IMPORT_RENAME_CLOSE                      (37349908L)
51 #define IMPORT_SINGLE_RECORD                     (37349909L)
52 #define IMPORT_PLURAL_RECORDS                    (37349910L)
53 #define IMPORT_GET_PARAMS                        (37349911L)
54 #define ERROR_TABLE_BASE_imp (37349888L)
55 
56 extern const struct error_table et_imp_error_table;
57 
58 #if !defined(_WIN32)
59 /* for compatibility with older versions... */
60 extern void initialize_imp_error_table (void) /*@modifies internalState@*/;
61 #else
62 #define initialize_imp_error_table()
63 #endif
64 
65 #if !defined(_WIN32)
66 #define init_imp_err_tbl initialize_imp_error_table
67 #define imp_err_base ERROR_TABLE_BASE_imp
68 #endif
69