Remove include stdio (part1)
[LibreOffice.git] / config_host / config_locales.h.in
blob142f1b1f2d1905579b952a2a3ab1313d66dc2c64
1 /* Configuration of restriction on supported locales, by the
2 * --with-locales option.
4 * (Note that this is totally unrelated to what UI language(s) were
5 * configured with the --with-lang option.)
7 * Normally, especially for desktop OSes, LibreOffice is built to
8 * support all the locales and character encodings that it has code
9 * (data) for in the source code. By using the --with-locales
10 * configure switch, this can be restricted.
12 * This file defines feature test macros for those languages for which
13 * at least one locale is to be supported. In some cases, a feature
14 * test macro for a script is provided in addition or instead.
16 * Only languages for which there exists separate code and/or data in
17 * the source code need to be mentioned here.
20 #ifndef CONFIG_LOCALES_H
21 #define CONFIG_LOCALES_H
23 /* In the normal case WITH_LOCALE_ALL is one and this
24 * overrides the others which are zero.
26 #define WITH_LOCALE_ALL 0
28 /* When --with-locales was used, WITH_LOCALE_ALL is zero and some of
29 * these are one.
31 #define WITH_LOCALE_ca 0
32 #define WITH_LOCALE_dz 0
33 #define WITH_LOCALE_el 0
34 #define WITH_LOCALE_he 0
35 #define WITH_LOCALE_hi 0
36 #define WITH_LOCALE_hr 0
37 #define WITH_LOCALE_hu 0
38 #define WITH_LOCALE_is 0
39 #define WITH_LOCALE_ja 0
40 #define WITH_LOCALE_ko 0
41 #define WITH_LOCALE_ku 0
42 #define WITH_LOCALE_ln 0
43 #define WITH_LOCALE_my 0
44 #define WITH_LOCALE_ne 0
45 #define WITH_LOCALE_ro 0
46 #define WITH_LOCALE_ru 0
47 #define WITH_LOCALE_sid 0
48 #define WITH_LOCALE_th 0
49 #define WITH_LOCALE_tr 0
50 #define WITH_LOCALE_uk 0
51 #define WITH_LOCALE_zh 0
53 #define WITH_LOCALE_FOR_SCRIPT_Cyrl 0
54 #define WITH_LOCALE_FOR_SCRIPT_Deva 0
56 #endif