File: constants.h.pre

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (18 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef CHEROKEE_COMPILATION_CONSTANTS_H
#define CHEROKEE_COMPILATION_CONSTANTS_H

# define CHEROKEE_COMPILATION
# define PCRE_STATIC

# define CHEROKEE_PLUGINDIR   "%libdir%/cherokee"
# define CHEROKEE_DEPSDIR     "%datadir%/cherokee/deps"
# define CHEROKEE_DATADIR     "%datadir%/cherokee"

# define CHEROKEE_VAR_RUN     "%localstatedir%/run"
# define CHEROKEE_CONFDIR     "%sysconfdir%/cherokee"
# define CHEROKEE_SRV_PATH    "%prefix%/sbin/cherokee"
# define CHEROKEE_ICONSDIR    "%prefix%/share/cherokee/icons"
# define CHEROKEE_THEMEDIR    "%prefix%/share/cherokee/themes"
# define CHEROKEE_PANIC_PATH  "%prefix%/bin/cherokee-panic"

#endif