OSDN Git Service

2004-06-25 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / iconv / ces / cesdeps.h
1 /*
2  * This file was automatically generated mkdeps.pl script. Don't edit.
3  */
4
5 #ifndef __CESDEPS_H__
6 #define __CESDEPS_H__
7
8 /*
9  * Some CES converters use another CES converters and the following
10  * is such dependencies description.
11  */
12 #ifdef ICONV_TO_UCS_CES_EUC
13 #  ifndef ICONV_TO_UCS_CES_TABLE
14 #    define ICONV_TO_UCS_CES_TABLE
15 #  endif
16 #  ifndef ICONV_TO_UCS_CES_US_ASCII
17 #    define ICONV_TO_UCS_CES_US_ASCII
18 #  endif
19 #endif
20 #ifdef ICONV_FROM_UCS_CES_EUC
21 #  ifndef ICONV_FROM_UCS_CES_TABLE
22 #    define ICONV_FROM_UCS_CES_TABLE
23 #  endif
24 #  ifndef ICONV_FROM_UCS_CES_US_ASCII
25 #    define ICONV_FROM_UCS_CES_US_ASCII
26 #  endif
27 #endif
28 #ifdef ICONV_TO_UCS_CES_TABLE_PCS
29 #  ifndef ICONV_TO_UCS_CES_TABLE
30 #    define ICONV_TO_UCS_CES_TABLE
31 #  endif
32 #endif
33 #ifdef ICONV_FROM_UCS_CES_TABLE_PCS
34 #  ifndef ICONV_FROM_UCS_CES_TABLE
35 #    define ICONV_FROM_UCS_CES_TABLE
36 #  endif
37 #endif
38
39 #endif /* !__CESDEPS_H__ */
40