blob: 9c02db50d29dec5347b899d6a89229935b55460d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* ss_err.h:
* This file is automatically generated; please do not edit it.
*/
#define SS_ET_SUBSYSTEM_ABORTED (748800L)
#define SS_ET_VERSION_MISMATCH (748801L)
#define SS_ET_NULL_INV (748802L)
#define SS_ET_NO_INFO_DIR (748803L)
#define SS_ET_COMMAND_NOT_FOUND (748804L)
#define SS_ET_LINE_ABORTED (748805L)
#define SS_ET_EOF (748806L)
#define SS_ET_PERMISSION_DENIED (748807L)
#define SS_ET_TABLE_NOT_FOUND (748808L)
#define SS_ET_NO_HELP_FILE (748809L)
#define SS_ET_ESCAPE_DISABLED (748810L)
#define SS_ET_UNIMPLEMENTED (748811L)
#define ERROR_TABLE_BASE_ss (748800L)
/* for compatibility with older versions... */
#define ss_err_base ERROR_TABLE_BASE_ss
|