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