sc: copy cache values when clone color conditional format
[LibreOffice.git] / config_host / config_folders.h.in
blob13051984f3854bb2645f9851372f5d5cfbdf53a6
1 /* Configuration of subfolder names in the installation tree. The
2 * values of these macros when configured will be strings. The names
3 * of these macros reflect what the value would be in an "ideal" world
4 * on Linux, not current reality. (For example LIBO_BIN_FOLDER is
5 * actually "program" on Linux and most other Unixes.)
6 */
8 #ifndef CONFIG_FOLDERS_H
9 #define CONFIG_FOLDERS_H
11 /* where the soffice executable and other end-user-invoked executables are */
12 #undef LIBO_BIN_FOLDER
14 /* where the *rc / *.ini file are */
15 #undef LIBO_ETC_FOLDER
17 /* where helper executables run by soffice are */
18 #undef LIBO_LIBEXEC_FOLDER
20 /* where dynamic libraries loaded directly or programmatically are */
21 #undef LIBO_LIB_FOLDER
23 /* where read-only resources are in general */
24 #undef LIBO_SHARE_FOLDER
26 /* where help files are */
27 #undef LIBO_SHARE_HELP_FOLDER
29 /* where java jars are */
30 #undef LIBO_SHARE_JAVA_FOLDER
32 /* the presets folder */
33 #undef LIBO_SHARE_PRESETS_FOLDER
35 /* LO's own "resources" */
36 #undef LIBO_SHARE_RESOURCE_FOLDER
38 /* LO's "shell" artwork */
39 #undef LIBO_SHARE_SHELL_FOLDER
41 /* URE folders */
42 #undef LIBO_URE_BIN_FOLDER
43 #undef LIBO_URE_ETC_FOLDER
44 #undef LIBO_URE_LIB_FOLDER
45 #undef LIBO_URE_MISC_FOLDER
46 #undef LIBO_URE_SHARE_JAVA_FOLDER
48 /* the source root directory of the build */
49 #undef SRC_ROOT
51 /* the build directory of the build */
52 #undef BUILDDIR
54 #endif