17c478bd9Sstevel@tonic-gate /* 2*56a424ccSmp153739 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3*56a424ccSmp153739 * Use is subject to license terms. 47c478bd9Sstevel@tonic-gate */ 57c478bd9Sstevel@tonic-gate 67c478bd9Sstevel@tonic-gate /* 77c478bd9Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 87c478bd9Sstevel@tonic-gate * 97c478bd9Sstevel@tonic-gate * Openvision retains the copyright to derivative works of 107c478bd9Sstevel@tonic-gate * this source code. Do *NOT* create a derivative of this 117c478bd9Sstevel@tonic-gate * source code before consulting with your legal department. 127c478bd9Sstevel@tonic-gate * Do *NOT* integrate *ANY* of this source code into another 137c478bd9Sstevel@tonic-gate * product before consulting with your legal department. 147c478bd9Sstevel@tonic-gate * 157c478bd9Sstevel@tonic-gate * For further information, read the top-level Openvision 167c478bd9Sstevel@tonic-gate * copyright which is contained in the top-level MIT Kerberos 177c478bd9Sstevel@tonic-gate * copyright. 187c478bd9Sstevel@tonic-gate * 197c478bd9Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 207c478bd9Sstevel@tonic-gate * 217c478bd9Sstevel@tonic-gate */ 227c478bd9Sstevel@tonic-gate 237c478bd9Sstevel@tonic-gate /* 247c478bd9Sstevel@tonic-gate * import_err.h: 257c478bd9Sstevel@tonic-gate * This file is automatically generated; please do not edit it. 267c478bd9Sstevel@tonic-gate */ 27*56a424ccSmp153739 28*56a424ccSmp153739 #include <com_err.h> 29*56a424ccSmp153739 307c478bd9Sstevel@tonic-gate #define IMPORT_NO_ERR (37349888L) 317c478bd9Sstevel@tonic-gate #define IMPORT_BAD_FILE (37349889L) 327c478bd9Sstevel@tonic-gate #define IMPORT_BAD_TOKEN (37349890L) 337c478bd9Sstevel@tonic-gate #define IMPORT_BAD_VERSION (37349891L) 347c478bd9Sstevel@tonic-gate #define IMPORT_BAD_RECORD (37349892L) 357c478bd9Sstevel@tonic-gate #define IMPORT_BAD_FOOTER (37349893L) 367c478bd9Sstevel@tonic-gate #define IMPORT_FAILED (37349894L) 377c478bd9Sstevel@tonic-gate #define IMPORT_COUNT_MESSAGE (37349895L) 387c478bd9Sstevel@tonic-gate #define IMPORT_MISMATCH_COUNT (37349896L) 397c478bd9Sstevel@tonic-gate #define IMPORT_UNK_OPTION (37349897L) 407c478bd9Sstevel@tonic-gate #define IMPORT_WARN_DB (37349898L) 417c478bd9Sstevel@tonic-gate #define IMPORT_RENAME_FAILED (37349899L) 427c478bd9Sstevel@tonic-gate #define IMPORT_EXTRA_DATA (37349900L) 437c478bd9Sstevel@tonic-gate #define IMPORT_CONFIRM (37349901L) 447c478bd9Sstevel@tonic-gate #define IMPORT_OPEN_DUMP (37349902L) 457c478bd9Sstevel@tonic-gate #define IMPORT_IMPORT (37349903L) 467c478bd9Sstevel@tonic-gate #define IMPORT_TTY (37349904L) 477c478bd9Sstevel@tonic-gate #define IMPORT_RENAME_OPEN (37349905L) 487c478bd9Sstevel@tonic-gate #define IMPORT_RENAME_LOCK (37349906L) 497c478bd9Sstevel@tonic-gate #define IMPORT_RENAME_UNLOCK (37349907L) 507c478bd9Sstevel@tonic-gate #define IMPORT_RENAME_CLOSE (37349908L) 517c478bd9Sstevel@tonic-gate #define IMPORT_SINGLE_RECORD (37349909L) 527c478bd9Sstevel@tonic-gate #define IMPORT_PLURAL_RECORDS (37349910L) 537c478bd9Sstevel@tonic-gate #define IMPORT_GET_PARAMS (37349911L) 547c478bd9Sstevel@tonic-gate #define ERROR_TABLE_BASE_imp (37349888L) 557c478bd9Sstevel@tonic-gate 56*56a424ccSmp153739 extern const struct error_table et_imp_error_table; 577c478bd9Sstevel@tonic-gate 58*56a424ccSmp153739 #if !defined(_WIN32) 59*56a424ccSmp153739 /* for compatibility with older versions... */ 60*56a424ccSmp153739 extern void initialize_imp_error_table (void) /*@modifies internalState@*/; 61*56a424ccSmp153739 #else 62*56a424ccSmp153739 #define initialize_imp_error_table() 637c478bd9Sstevel@tonic-gate #endif 647c478bd9Sstevel@tonic-gate 65*56a424ccSmp153739 #if !defined(_WIN32) 66*56a424ccSmp153739 #define init_imp_err_tbl initialize_imp_error_table 67*56a424ccSmp153739 #define imp_err_base ERROR_TABLE_BASE_imp 68*56a424ccSmp153739 #endif 69