/* Configuration of restriction on supported locales, by the * --with-locales option. * * (Note that this is totally unrelated to what UI language(s) were * configured with the --with-lang option.) * * Normally, especially for desktop OSes, LibreOffice is built to * support all the locales and character encodings that it has code * (data) for in the source code. By using the --with-locales * configure switch, this can be restricted. * * This file defines feature test macros for those languages for which * at least one locale is to be supported. In some cases, a feature * test macro for a script is provided in addition or instead. * * Only languages for which there exists separate code and/or data in * the source code need to be mentioned here. */ #ifndef CONFIG_LOCALES_H #define CONFIG_LOCALES_H /* In the normal case WITH_LOCALE_ALL is one and this * overrides the others which are zero. */ #define WITH_LOCALE_ALL 0 /* When --with-locales was used, WITH_LOCALE_ALL is zero and some of * these are one. */ #define WITH_LOCALE_ca 0 #define WITH_LOCALE_cu 0 #define WITH_LOCALE_dz 0 #define WITH_LOCALE_el 0 #define WITH_LOCALE_he 0 #define WITH_LOCALE_hi 0 #define WITH_LOCALE_hr 0 #define WITH_LOCALE_hu 0 #define WITH_LOCALE_is 0 #define WITH_LOCALE_ja 0 #define WITH_LOCALE_ko 0 #define WITH_LOCALE_ku 0 #define WITH_LOCALE_ln 0 #define WITH_LOCALE_my 0 #define WITH_LOCALE_ne 0 #define WITH_LOCALE_ro 0 #define WITH_LOCALE_ru 0 #define WITH_LOCALE_sid 0 #define WITH_LOCALE_th 0 #define WITH_LOCALE_tr 0 #define WITH_LOCALE_uk 0 #define WITH_LOCALE_vro 0 #define WITH_LOCALE_zh 0 #define WITH_LOCALE_FOR_SCRIPT_Cyrl 0 #define WITH_LOCALE_FOR_SCRIPT_Deva 0 #endif fice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoil
AgeCommit message (Expand)Author
2013-10-30cli_ure: remove CLI version PackagesMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-28unoil: build cli_oootypes.dll via CliUnoApiMichael Stahl
2013-10-25gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-04-29climaker no longer needs *.rdb.oldformat input filesStephan Bergmann
2013-04-24More "Let climaker work on *.rdb.oldformat for now"Stephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-12-30add runtime deps for custom targetsDavid Tardon
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl
2012-06-26re-base on ALv2 code.Michael Meeks
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-14unoil: remove generated classes before calling javamakerMichael Stahl
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06include variable before it's usedMatúš Kukan
2012-04-06unoil: use CustomTarget makefilesMatúš Kukan