bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / include / ap_config_layout.h
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
2  * contributor license agreements.  See the NOTICE file distributed with
3  * this work for additional information regarding copyright ownership.
4  * The ASF licenses this file to You under the Apache License, Version 2.0
5  * (the "License"); you may not use this file except in compliance with
6  * the License.  You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef AP_CONFIG_LAYOUT_H
18 #define AP_CONFIG_LAYOUT_H
19
20 /* Configured Apache directory layout */
21 #define DEFAULT_PREFIX "/bottlenecks/rubbos/app/apache2"
22 #define DEFAULT_EXP_EXEC_PREFIX "/bottlenecks/rubbos/app/apache2"
23 #define DEFAULT_REL_EXEC_PREFIX ""
24 #define DEFAULT_EXP_BINDIR "/bottlenecks/rubbos/app/apache2/bin"
25 #define DEFAULT_REL_BINDIR "bin"
26 #define DEFAULT_EXP_SBINDIR "/bottlenecks/rubbos/app/apache2/bin"
27 #define DEFAULT_REL_SBINDIR "bin"
28 #define DEFAULT_EXP_LIBEXECDIR "/bottlenecks/rubbos/app/apache2/modules"
29 #define DEFAULT_REL_LIBEXECDIR "modules"
30 #define DEFAULT_EXP_MANDIR "/bottlenecks/rubbos/app/apache2/man"
31 #define DEFAULT_REL_MANDIR "man"
32 #define DEFAULT_EXP_SYSCONFDIR "/bottlenecks/rubbos/app/apache2/conf"
33 #define DEFAULT_REL_SYSCONFDIR "conf"
34 #define DEFAULT_EXP_DATADIR "/bottlenecks/rubbos/app/apache2"
35 #define DEFAULT_REL_DATADIR ""
36 #define DEFAULT_EXP_INSTALLBUILDDIR "/bottlenecks/rubbos/app/apache2/build"
37 #define DEFAULT_REL_INSTALLBUILDDIR "build"
38 #define DEFAULT_EXP_ERRORDIR "/bottlenecks/rubbos/app/apache2/error"
39 #define DEFAULT_REL_ERRORDIR "error"
40 #define DEFAULT_EXP_ICONSDIR "/bottlenecks/rubbos/app/apache2/icons"
41 #define DEFAULT_REL_ICONSDIR "icons"
42 #define DEFAULT_EXP_HTDOCSDIR "/bottlenecks/rubbos/app/apache2/htdocs"
43 #define DEFAULT_REL_HTDOCSDIR "htdocs"
44 #define DEFAULT_EXP_MANUALDIR "/bottlenecks/rubbos/app/apache2/manual"
45 #define DEFAULT_REL_MANUALDIR "manual"
46 #define DEFAULT_EXP_CGIDIR "/bottlenecks/rubbos/app/apache2/cgi-bin"
47 #define DEFAULT_REL_CGIDIR "cgi-bin"
48 #define DEFAULT_EXP_INCLUDEDIR "/bottlenecks/rubbos/app/apache2/include"
49 #define DEFAULT_REL_INCLUDEDIR "include"
50 #define DEFAULT_EXP_LOCALSTATEDIR "/bottlenecks/rubbos/app/apache2"
51 #define DEFAULT_REL_LOCALSTATEDIR ""
52 #define DEFAULT_EXP_RUNTIMEDIR "/bottlenecks/rubbos/app/apache2/logs"
53 #define DEFAULT_REL_RUNTIMEDIR "logs"
54 #define DEFAULT_EXP_LOGFILEDIR "/bottlenecks/rubbos/app/apache2/logs"
55 #define DEFAULT_REL_LOGFILEDIR "logs"
56 #define DEFAULT_EXP_PROXYCACHEDIR "/bottlenecks/rubbos/app/apache2/proxy"
57 #define DEFAULT_REL_PROXYCACHEDIR "proxy"
58
59 #endif /* AP_CONFIG_LAYOUT_H */