1N/A/***********************************************************************
1N/A* *
1N/A* This software is part of the ast package *
1N/A* Copyright (c) 1985-2011 AT&T Intellectual Property *
1N/A* and is licensed under the *
1N/A* Common Public License, Version 1.0 *
1N/A* by AT&T Intellectual Property *
1N/A* *
1N/A* A copy of the License is available at *
1N/A* http://www.opensource.org/licenses/cpl1.0.txt *
1N/A* (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9) *
1N/A* *
1N/A* Information and Software Systems Research *
1N/A* AT&T Research *
1N/A* Florham Park NJ *
1N/A* *
1N/A* Glenn Fowler <gsf@research.att.com> *
1N/A* David Korn <dgk@research.att.com> *
1N/A* Phong Vo <kpv@research.att.com> *
1N/A* *
1N/A***********************************************************************/
1N/A/* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_32bit_opt/src/lib/libast/features/ccode by iffe version 2011-01-07 : : */
1N/A#ifndef _def_ccode_ast
1N/A#define _def_ccode_ast 1
1N/A#define _sys_types 1 /* #include <sys/types.h> ok */
1N/A
1N/A#define CC_ASCII 1 /* ISO-8859-1 */
1N/A#define CC_EBCDIC_E 2 /* Xopen dd(1) EBCDIC */
1N/A#define CC_EBCDIC_I 3 /* Xopen dd(1) IBM */
1N/A#define CC_EBCDIC_O 4 /* IBM-1047 mvs OpenEdition */
1N/A#define CC_EBCDIC_S 5 /* Siemens posix-bc */
1N/A#define CC_EBCDIC_H 6 /* IBM-37 AS/400 */
1N/A#define CC_EBCDIC_M 7 /* IBM mvs cobol */
1N/A#define CC_EBCDIC_U 8 /* microfocus cobol */
1N/A
1N/A#define CC_MAPS 8 /* number of code maps */
1N/A
1N/A#define CC_EBCDIC CC_EBCDIC_E
1N/A#define CC_EBCDIC1 CC_EBCDIC_E
1N/A#define CC_EBCDIC2 CC_EBCDIC_I
1N/A#define CC_EBCDIC3 CC_EBCDIC_O
1N/A
1N/A#define CC_NATIVE CC_ASCII /* native character code */
1N/A#define CC_ALIEN CC_EBCDIC /* alien character code */
1N/A
1N/A#define CC_bel 0007 /* bel character */
1N/A#define CC_esc 0033 /* esc character */
1N/A#define CC_sub 0032 /* sub character */
1N/A#define CC_vt 0013 /* vt character */
1N/A#endif