10Sstevel@tonic-gate /* 2*2881Smp153739 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3*2881Smp153739 * Use is subject to license terms. 40Sstevel@tonic-gate */ 50Sstevel@tonic-gate 60Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 70Sstevel@tonic-gate 80Sstevel@tonic-gate /* 90Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 100Sstevel@tonic-gate * 110Sstevel@tonic-gate * Openvision retains the copyright to derivative works of 120Sstevel@tonic-gate * this source code. Do *NOT* create a derivative of this 130Sstevel@tonic-gate * source code before consulting with your legal department. 140Sstevel@tonic-gate * Do *NOT* integrate *ANY* of this source code into another 150Sstevel@tonic-gate * product before consulting with your legal department. 160Sstevel@tonic-gate * 170Sstevel@tonic-gate * For further information, read the top-level Openvision 180Sstevel@tonic-gate * copyright which is contained in the top-level MIT Kerberos 190Sstevel@tonic-gate * copyright. 200Sstevel@tonic-gate * 210Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 220Sstevel@tonic-gate * 230Sstevel@tonic-gate */ 240Sstevel@tonic-gate 250Sstevel@tonic-gate /* 260Sstevel@tonic-gate * import_err.h: 270Sstevel@tonic-gate * This file is automatically generated; please do not edit it. 280Sstevel@tonic-gate */ 29*2881Smp153739 30*2881Smp153739 #include <com_err.h> 310Sstevel@tonic-gate 32*2881Smp153739 #define IMPORT_NO_ERR (37349888L) 33*2881Smp153739 #define IMPORT_BAD_FILE (37349889L) 34*2881Smp153739 #define IMPORT_BAD_TOKEN (37349890L) 35*2881Smp153739 #define IMPORT_BAD_VERSION (37349891L) 36*2881Smp153739 #define IMPORT_BAD_RECORD (37349892L) 37*2881Smp153739 #define IMPORT_BAD_FOOTER (37349893L) 38*2881Smp153739 #define IMPORT_FAILED (37349894L) 39*2881Smp153739 #define IMPORT_COUNT_MESSAGE (37349895L) 40*2881Smp153739 #define IMPORT_MISMATCH_COUNT (37349896L) 41*2881Smp153739 #define IMPORT_UNK_OPTION (37349897L) 42*2881Smp153739 #define IMPORT_WARN_DB (37349898L) 43*2881Smp153739 #define IMPORT_RENAME_FAILED (37349899L) 44*2881Smp153739 #define IMPORT_EXTRA_DATA (37349900L) 45*2881Smp153739 #define IMPORT_CONFIRM (37349901L) 46*2881Smp153739 #define IMPORT_OPEN_DUMP (37349902L) 47*2881Smp153739 #define IMPORT_IMPORT (37349903L) 48*2881Smp153739 #define IMPORT_TTY (37349904L) 49*2881Smp153739 #define IMPORT_RENAME_OPEN (37349905L) 50*2881Smp153739 #define IMPORT_RENAME_LOCK (37349906L) 51*2881Smp153739 #define IMPORT_RENAME_UNLOCK (37349907L) 52*2881Smp153739 #define IMPORT_RENAME_CLOSE (37349908L) 53*2881Smp153739 #define IMPORT_SINGLE_RECORD (37349909L) 54*2881Smp153739 #define IMPORT_PLURAL_RECORDS (37349910L) 55*2881Smp153739 #define IMPORT_GET_PARAMS (37349911L) 56*2881Smp153739 #define ERROR_TABLE_BASE_imp (37349888L) 570Sstevel@tonic-gate 58*2881Smp153739 extern const struct error_table et_imp_error_table; 59*2881Smp153739 60*2881Smp153739 #if !defined(_WIN32) 61*2881Smp153739 /* for compatibility with older versions... */ 62*2881Smp153739 extern void initialize_imp_error_table (void) /*@modifies internalState@*/; 63*2881Smp153739 #else 64*2881Smp153739 #define initialize_imp_error_table() 650Sstevel@tonic-gate #endif 660Sstevel@tonic-gate 67*2881Smp153739 #if !defined(_WIN32) 68*2881Smp153739 #define init_imp_err_tbl initialize_imp_error_table 69*2881Smp153739 #define imp_err_base ERROR_TABLE_BASE_imp 70*2881Smp153739 #endif 71