1/* : : generated from contrib/ast/src/lib/libast/features/ccode by iffe version 2012-07-17 : : */
2#ifndef _def_ccode_ast
3#define _def_ccode_ast	1
4#define _sys_types	1	/* #include <sys/types.h> ok */
5
6#define CC_ASCII	1		/* ISO-8859-1			*/
7#define CC_EBCDIC_E	2		/* Xopen dd(1) EBCDIC		*/
8#define CC_EBCDIC_I	3		/* Xopen dd(1) IBM		*/
9#define CC_EBCDIC_O	4		/* IBM-1047 mvs OpenEdition	*/
10#define CC_EBCDIC_S	5		/* Siemens posix-bc		*/
11#define CC_EBCDIC_H	6		/* IBM-37 AS/400		*/
12#define CC_EBCDIC_M	7		/* IBM mvs cobol		*/
13#define CC_EBCDIC_U	8		/* microfocus cobol		*/
14
15#define CC_MAPS		8		/* number of code maps		*/
16
17#define CC_EBCDIC	CC_EBCDIC_E
18#define CC_EBCDIC1	CC_EBCDIC_E
19#define CC_EBCDIC2	CC_EBCDIC_I
20#define CC_EBCDIC3	CC_EBCDIC_O
21
22#define CC_NATIVE	CC_ASCII	/* native character code	*/
23#define CC_ALIEN	CC_EBCDIC	/* alien character code		*/
24
25#define CC_bel		0007		/* bel character		*/
26#define CC_esc		0033		/* esc character		*/
27#define CC_sub		0032		/* sub character		*/
28#define CC_vt		0013		/* vt character			*/
29#endif
30