upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / include / ap_config_layout.h.in
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 "@prefix@"
22 #define DEFAULT_EXP_EXEC_PREFIX "@exp_exec_prefix@"
23 #define DEFAULT_REL_EXEC_PREFIX "@rel_exec_prefix@"
24 #define DEFAULT_EXP_BINDIR "@exp_bindir@"
25 #define DEFAULT_REL_BINDIR "@rel_bindir@"
26 #define DEFAULT_EXP_SBINDIR "@exp_sbindir@"
27 #define DEFAULT_REL_SBINDIR "@rel_sbindir@"
28 #define DEFAULT_EXP_LIBEXECDIR "@exp_libexecdir@"
29 #define DEFAULT_REL_LIBEXECDIR "@rel_libexecdir@"
30 #define DEFAULT_EXP_MANDIR "@exp_mandir@"
31 #define DEFAULT_REL_MANDIR "@rel_mandir@"
32 #define DEFAULT_EXP_SYSCONFDIR "@exp_sysconfdir@"
33 #define DEFAULT_REL_SYSCONFDIR "@rel_sysconfdir@"
34 #define DEFAULT_EXP_DATADIR "@exp_datadir@"
35 #define DEFAULT_REL_DATADIR "@rel_datadir@"
36 #define DEFAULT_EXP_INSTALLBUILDDIR "@exp_installbuilddir@"
37 #define DEFAULT_REL_INSTALLBUILDDIR "@rel_installbuilddir@"
38 #define DEFAULT_EXP_ERRORDIR "@exp_errordir@"
39 #define DEFAULT_REL_ERRORDIR "@rel_errordir@"
40 #define DEFAULT_EXP_ICONSDIR "@exp_iconsdir@"
41 #define DEFAULT_REL_ICONSDIR "@rel_iconsdir@"
42 #define DEFAULT_EXP_HTDOCSDIR "@exp_htdocsdir@"
43 #define DEFAULT_REL_HTDOCSDIR "@rel_htdocsdir@"
44 #define DEFAULT_EXP_MANUALDIR "@exp_manualdir@"
45 #define DEFAULT_REL_MANUALDIR "@rel_manualdir@"
46 #define DEFAULT_EXP_CGIDIR "@exp_cgidir@"
47 #define DEFAULT_REL_CGIDIR "@rel_cgidir@"
48 #define DEFAULT_EXP_INCLUDEDIR "@exp_includedir@"
49 #define DEFAULT_REL_INCLUDEDIR "@rel_includedir@"
50 #define DEFAULT_EXP_LOCALSTATEDIR "@exp_localstatedir@"
51 #define DEFAULT_REL_LOCALSTATEDIR "@rel_localstatedir@"
52 #define DEFAULT_EXP_RUNTIMEDIR "@exp_runtimedir@"
53 #define DEFAULT_REL_RUNTIMEDIR "@rel_runtimedir@"
54 #define DEFAULT_EXP_LOGFILEDIR "@exp_logfiledir@"
55 #define DEFAULT_REL_LOGFILEDIR "@rel_logfiledir@"
56 #define DEFAULT_EXP_PROXYCACHEDIR "@exp_proxycachedir@"
57 #define DEFAULT_REL_PROXYCACHEDIR "@rel_proxycachedir@"
58
59 #endif /* AP_CONFIG_LAYOUT_H */