Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cesdeps.h « ces « iconv « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6aec45324dbae79c60219641a25fa3b8d9e59a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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__ */