Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libc / iconv / ces / cesdeps.h
blobe6aec45324dbae79c60219641a25fa3b8d9e59a2
1 /*
2 * This file was automatically generated mkdeps.pl script. Don't edit.
3 */
5 #ifndef __CESDEPS_H__
6 #define __CESDEPS_H__
8 /*
9 * Some CES converters use another CES converters and the following
10 * is such dependencies description.
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
39 #endif /* !__CESDEPS_H__ */