1 /* 2 * prof_err.h: 3 * This file is automatically generated; please do not edit it. 4 */ 5 6 #include <et/com_err.h> 7 8 #define PROF_VERSION (-1429577728L) 9 #define PROF_MAGIC_NODE (-1429577727L) 10 #define PROF_NO_SECTION (-1429577726L) 11 #define PROF_NO_RELATION (-1429577725L) 12 #define PROF_ADD_NOT_SECTION (-1429577724L) 13 #define PROF_SECTION_WITH_VALUE (-1429577723L) 14 #define PROF_BAD_LINK_LIST (-1429577722L) 15 #define PROF_BAD_GROUP_LVL (-1429577721L) 16 #define PROF_BAD_PARENT_PTR (-1429577720L) 17 #define PROF_MAGIC_ITERATOR (-1429577719L) 18 #define PROF_SET_SECTION_VALUE (-1429577718L) 19 #define PROF_EINVAL (-1429577717L) 20 #define PROF_READ_ONLY (-1429577716L) 21 #define PROF_SECTION_NOTOP (-1429577715L) 22 #define PROF_SECTION_SYNTAX (-1429577714L) 23 #define PROF_RELATION_SYNTAX (-1429577713L) 24 #define PROF_EXTRA_CBRACE (-1429577712L) 25 #define PROF_MISSING_OBRACE (-1429577711L) 26 #define PROF_MAGIC_PROFILE (-1429577710L) 27 #define PROF_MAGIC_SECTION (-1429577709L) 28 #define PROF_TOPSECTION_ITER_NOSUPP (-1429577708L) 29 #define PROF_INVALID_SECTION (-1429577707L) 30 #define PROF_END_OF_SECTIONS (-1429577706L) 31 #define PROF_BAD_NAMESET (-1429577705L) 32 #define PROF_NO_PROFILE (-1429577704L) 33 #define PROF_MAGIC_FILE (-1429577703L) 34 #define PROF_FAIL_OPEN (-1429577702L) 35 #define PROF_EXISTS (-1429577701L) 36 #define PROF_BAD_BOOLEAN (-1429577700L) 37 #define PROF_BAD_INTEGER (-1429577699L) 38 #define PROF_MAGIC_FILE_DATA (-1429577698L) 39 extern const struct error_table et_prof_error_table; 40 extern void initialize_prof_error_table(void); 41 42 /* For compatibility with Heimdal */ 43 extern void initialize_prof_error_table_r(struct et_list **list); 44 45 #define ERROR_TABLE_BASE_prof (-1429577728L) 46 47 /* for compatibility with older versions... */ 48 #define init_prof_err_tbl initialize_prof_error_table 49 #define prof_err_base ERROR_TABLE_BASE_prof 50