~alinuxninja/nginx-edge/trunk

« back to all changes in this revision

Viewing changes to debian/modules/ngx_pagespeed/psol/include/third_party/mod_spdy/src/third_party/apache/httpd/gen/arch/linux/x64/include/ap_config_layout.h

  • Committer: Vivian
  • Date: 2015-12-04 18:20:11 UTC
  • Revision ID: git-v1:a36f2bc32e884f7473b3a47040e5411306144d7d
* Do not extract psol.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
/**
18
 
 * @file  ap_config_layout.h
19
 
 * @brief Apache Config Layout
20
 
 */
21
 
 
22
 
#ifndef AP_CONFIG_LAYOUT_H
23
 
#define AP_CONFIG_LAYOUT_H
24
 
 
25
 
/* Configured Apache directory layout */
26
 
/*
27
 
#define DEFAULT_PREFIX "/usr/local/apache2"
28
 
#define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache2"
29
 
#define DEFAULT_REL_EXEC_PREFIX ""
30
 
#define DEFAULT_EXP_BINDIR "/usr/local/apache2/bin"
31
 
#define DEFAULT_REL_BINDIR "bin"
32
 
#define DEFAULT_EXP_SBINDIR "/usr/local/apache2/bin"
33
 
#define DEFAULT_REL_SBINDIR "bin"
34
 
#define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache2/modules"
35
 
#define DEFAULT_REL_LIBEXECDIR "modules"
36
 
#define DEFAULT_EXP_MANDIR "/usr/local/apache2/man"
37
 
#define DEFAULT_REL_MANDIR "man"
38
 
#define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache2/conf"
39
 
#define DEFAULT_REL_SYSCONFDIR "conf"
40
 
#define DEFAULT_EXP_DATADIR "/usr/local/apache2"
41
 
#define DEFAULT_REL_DATADIR ""
42
 
#define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache2/build"
43
 
#define DEFAULT_REL_INSTALLBUILDDIR "build"
44
 
#define DEFAULT_EXP_ERRORDIR "/usr/local/apache2/error"
45
 
#define DEFAULT_REL_ERRORDIR "error"
46
 
#define DEFAULT_EXP_ICONSDIR "/usr/local/apache2/icons"
47
 
#define DEFAULT_REL_ICONSDIR "icons"
48
 
#define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache2/htdocs"
49
 
#define DEFAULT_REL_HTDOCSDIR "htdocs"
50
 
#define DEFAULT_EXP_MANUALDIR "/usr/local/apache2/manual"
51
 
#define DEFAULT_REL_MANUALDIR "manual"
52
 
#define DEFAULT_EXP_CGIDIR "/usr/local/apache2/cgi-bin"
53
 
#define DEFAULT_REL_CGIDIR "cgi-bin"
54
 
#define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache2/include"
55
 
#define DEFAULT_REL_INCLUDEDIR "include"
56
 
#define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache2"
57
 
#define DEFAULT_REL_LOCALSTATEDIR ""
58
 
#define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache2/logs"
59
 
#define DEFAULT_REL_RUNTIMEDIR "logs"
60
 
#define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache2/logs"
61
 
#define DEFAULT_REL_LOGFILEDIR "logs"
62
 
#define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache2/proxy"
63
 
#define DEFAULT_REL_PROXYCACHEDIR "proxy"
64
 
*/
65
 
 
66
 
#endif /* AP_CONFIG_LAYOUT_H */