1/* config_host/config_folders.h. Generated from config_folders.h.in by configure. */
2/* Configuration of subfolder names in the installation tree. The
3 * values of these macros when configured will be strings. The names
4 * of these macros reflect what the value would be in an "ideal" world
5 * on Linux, not current reality. (For example LIBO_BIN_FOLDER is
6 * actually "program" on Linux and most other Unixes.)
7 */
8
9#ifndef CONFIG_FOLDERS_H
10#define CONFIG_FOLDERS_H
11
12/* where the soffice executable and other end-user-invoked executables are */
13#define LIBO_BIN_FOLDER "program"
14
15/* where the *rc / *.ini file are */
16#define LIBO_ETC_FOLDER "program"
17
18/* where helper executables run by soffice are */
19#define LIBO_LIBEXEC_FOLDER "program"
20
21/* where dynamic libraries loaded directly or programmatically are */
22#define LIBO_LIB_FOLDER "program"
23
24/* where read-only resources are in general */
25#define LIBO_SHARE_FOLDER "share"
26
27/* where help files are */
28#define LIBO_SHARE_HELP_FOLDER "help"
29
30/* where java jars are */
31#define LIBO_SHARE_JAVA_FOLDER "program/classes"
32
33/* the presets folder */
34#define LIBO_SHARE_PRESETS_FOLDER "presets"
35
36/* LO's own "resources" */
37#define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
38
39/* LO's "shell" artwork */
40#define LIBO_SHARE_SHELL_FOLDER "program/shell"
41
42/* URE folders */
43#define LIBO_URE_BIN_FOLDER "ure/bin"
44#define LIBO_URE_ETC_FOLDER "ure/lib"
45#define LIBO_URE_LIB_FOLDER "ure/lib"
46#define LIBO_URE_SHARE_FOLDER "ure/share"
47#define LIBO_URE_SHARE_JAVA_FOLDER "ure/share/java"
48
49#endif
50