xref: /titanic_41/usr/src/lib/libast/sparc/include/ast/ast_ccode.h (revision 3e14f97f673e8a630f076077de35afdd43dc1587)
1 /***********************************************************************
2 *                                                                      *
3 *               This software is part of the ast package               *
4 *          Copyright (c) 1985-2010 AT&T Intellectual Property          *
5 *                      and is licensed under the                       *
6 *                  Common Public License, Version 1.0                  *
7 *                    by AT&T Intellectual Property                     *
8 *                                                                      *
9 *                A copy of the License is available at                 *
10 *            http://www.opensource.org/licenses/cpl1.0.txt             *
11 *         (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9)         *
12 *                                                                      *
13 *              Information and Software Systems Research               *
14 *                            AT&T Research                             *
15 *                           Florham Park NJ                            *
16 *                                                                      *
17 *                 Glenn Fowler <gsf@research.att.com>                  *
18 *                  David Korn <dgk@research.att.com>                   *
19 *                   Phong Vo <kpv@research.att.com>                    *
20 *                                                                      *
21 ***********************************************************************/
22 /* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/features/ccode by iffe version 2009-12-04 : : */
23 #ifndef _def_ccode_ast
24 #define _def_ccode_ast	1
25 #define _sys_types	1	/* #include <sys/types.h> ok */
26 
27 #define CC_ASCII	1		/* ISO-8859-1			*/
28 #define CC_EBCDIC_E	2		/* Xopen dd(1) EBCDIC		*/
29 #define CC_EBCDIC_I	3		/* Xopen dd(1) IBM		*/
30 #define CC_EBCDIC_O	4		/* IBM-1047 mvs OpenEdition	*/
31 #define CC_EBCDIC_S	5		/* Siemens posix-bc		*/
32 #define CC_EBCDIC_H	6		/* IBM-37 AS/400		*/
33 #define CC_EBCDIC_M	7		/* IBM mvs cobol		*/
34 #define CC_EBCDIC_U	8		/* microfocus cobol		*/
35 
36 #define CC_MAPS		8		/* number of code maps		*/
37 
38 #define CC_EBCDIC	CC_EBCDIC_E
39 #define CC_EBCDIC1	CC_EBCDIC_E
40 #define CC_EBCDIC2	CC_EBCDIC_I
41 #define CC_EBCDIC3	CC_EBCDIC_O
42 
43 #define CC_NATIVE	CC_ASCII	/* native character code	*/
44 #define CC_ALIEN	CC_EBCDIC	/* alien character code		*/
45 
46 #define CC_bel		0007		/* bel character		*/
47 #define CC_esc		0033		/* esc character		*/
48 #define CC_sub		0032		/* sub character		*/
49 #define CC_vt		0013		/* vt character			*/
50 #endif
51