diff options
Diffstat (limited to 'newlib/libc/iconv/ces/cesdeps.h')
-rw-r--r-- | newlib/libc/iconv/ces/cesdeps.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/newlib/libc/iconv/ces/cesdeps.h b/newlib/libc/iconv/ces/cesdeps.h new file mode 100644 index 000000000..e6aec4532 --- /dev/null +++ b/newlib/libc/iconv/ces/cesdeps.h @@ -0,0 +1,40 @@ +/* + * This file was automatically generated mkdeps.pl script. Don't edit. + */ + +#ifndef __CESDEPS_H__ +#define __CESDEPS_H__ + +/* + * Some CES converters use another CES converters and the following + * is such dependencies description. + */ +#ifdef ICONV_TO_UCS_CES_EUC +# ifndef ICONV_TO_UCS_CES_TABLE +# define ICONV_TO_UCS_CES_TABLE +# endif +# ifndef ICONV_TO_UCS_CES_US_ASCII +# define ICONV_TO_UCS_CES_US_ASCII +# endif +#endif +#ifdef ICONV_FROM_UCS_CES_EUC +# ifndef ICONV_FROM_UCS_CES_TABLE +# define ICONV_FROM_UCS_CES_TABLE +# endif +# ifndef ICONV_FROM_UCS_CES_US_ASCII +# define ICONV_FROM_UCS_CES_US_ASCII +# endif +#endif +#ifdef ICONV_TO_UCS_CES_TABLE_PCS +# ifndef ICONV_TO_UCS_CES_TABLE +# define ICONV_TO_UCS_CES_TABLE +# endif +#endif +#ifdef ICONV_FROM_UCS_CES_TABLE_PCS +# ifndef ICONV_FROM_UCS_CES_TABLE +# define ICONV_FROM_UCS_CES_TABLE +# endif +#endif + +#endif /* !__CESDEPS_H__ */ + |