1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3 * Use is subject to license terms. 4 */ 5 6 #pragma ident "%Z%%M% %I% %E% SMI" 7 8 /* 9 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 10 * 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. 16 * 17 * For further information, read the top-level Openvision 18 * copyright which is contained in the top-level MIT Kerberos 19 * copyright. 20 * 21 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 22 * 23 */ 24 25 /* 26 * import_err.h: 27 * This file is automatically generated; please do not edit it. 28 */ 29 30 #include <com_err.h> 31 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) 57 58 extern const struct error_table et_imp_error_table; 59 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 66 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 71