~suaweb/nginx/nginx-recipe

« back to all changes in this revision

Viewing changes to debian/modules/ngx_pagespeed/psol/include/third_party/httpd24/gen/arch/linux/ia32/include/ap_config_layout.h

  • Committer: Frans Elliott
  • Date: 2015-06-12 21:15:13 UTC
  • Revision ID: mastergeek.elliott@gmail.com-20150612211513-un4vguj32deibvb0
Added the actual pagespeed library to the ngx_pagespeed module dir.

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
#define DEFAULT_PREFIX "/usr/local/apache24"
 
27
#define DEFAULT_EXP_EXEC_PREFIX "/usr/local/apache24"
 
28
#define DEFAULT_REL_EXEC_PREFIX ""
 
29
#define DEFAULT_EXP_BINDIR "/usr/local/apache24/bin"
 
30
#define DEFAULT_REL_BINDIR "bin"
 
31
#define DEFAULT_EXP_SBINDIR "/usr/local/apache24/bin"
 
32
#define DEFAULT_REL_SBINDIR "bin"
 
33
#define DEFAULT_EXP_LIBEXECDIR "/usr/local/apache24/modules"
 
34
#define DEFAULT_REL_LIBEXECDIR "modules"
 
35
#define DEFAULT_EXP_MANDIR "/usr/local/apache24/man"
 
36
#define DEFAULT_REL_MANDIR "man"
 
37
#define DEFAULT_EXP_SYSCONFDIR "/usr/local/apache24/conf"
 
38
#define DEFAULT_REL_SYSCONFDIR "conf"
 
39
#define DEFAULT_EXP_DATADIR "/usr/local/apache24"
 
40
#define DEFAULT_REL_DATADIR ""
 
41
#define DEFAULT_EXP_INSTALLBUILDDIR "/usr/local/apache24/build"
 
42
#define DEFAULT_REL_INSTALLBUILDDIR "build"
 
43
#define DEFAULT_EXP_ERRORDIR "/usr/local/apache24/error"
 
44
#define DEFAULT_REL_ERRORDIR "error"
 
45
#define DEFAULT_EXP_ICONSDIR "/usr/local/apache24/icons"
 
46
#define DEFAULT_REL_ICONSDIR "icons"
 
47
#define DEFAULT_EXP_HTDOCSDIR "/usr/local/apache24/htdocs"
 
48
#define DEFAULT_REL_HTDOCSDIR "htdocs"
 
49
#define DEFAULT_EXP_MANUALDIR "/usr/local/apache24/manual"
 
50
#define DEFAULT_REL_MANUALDIR "manual"
 
51
#define DEFAULT_EXP_CGIDIR "/usr/local/apache24/cgi-bin"
 
52
#define DEFAULT_REL_CGIDIR "cgi-bin"
 
53
#define DEFAULT_EXP_INCLUDEDIR "/usr/local/apache24/include"
 
54
#define DEFAULT_REL_INCLUDEDIR "include"
 
55
#define DEFAULT_EXP_LOCALSTATEDIR "/usr/local/apache24"
 
56
#define DEFAULT_REL_LOCALSTATEDIR ""
 
57
#define DEFAULT_EXP_RUNTIMEDIR "/usr/local/apache24/logs"
 
58
#define DEFAULT_REL_RUNTIMEDIR "logs"
 
59
#define DEFAULT_EXP_LOGFILEDIR "/usr/local/apache24/logs"
 
60
#define DEFAULT_REL_LOGFILEDIR "logs"
 
61
#define DEFAULT_EXP_PROXYCACHEDIR "/usr/local/apache24/proxy"
 
62
#define DEFAULT_REL_PROXYCACHEDIR "proxy"
 
63
 
 
64
#endif /* AP_CONFIG_LAYOUT_H */