~simonkberg/nginx/debian-1.6.2-5

« back to all changes in this revision

Viewing changes to debian/modules/nginx-http-push/config

  • Committer: root
  • Date: 2015-01-12 11:50:11 UTC
  • Revision ID: root@server205.kberg.eu-20150112115011-jh2tdvt9ey1itt3g
import from anonscm.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ngx_feature="http_push_module"
 
2
ngx_feature_name=
 
3
ngx_feature_run=no
 
4
ngx_feature_incs=
 
5
ngx_feature_path=
 
6
ngx_feature_libs=
 
7
ngx_feature_test=
 
8
 
 
9
ngx_addon_name=ngx_http_push_module
 
10
HTTP_MODULES="$HTTP_MODULES ngx_http_push_module"
 
11
CORE_INCS="$CORE_INCS \
 
12
        $ngx_addon_dir/src"     
 
13
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
 
14
    ${ngx_addon_dir}/src/ngx_http_push_defs.c \
 
15
    ${ngx_addon_dir}/src/store/rbtree_util.c \
 
16
    ${ngx_addon_dir}/src/store/ngx_http_push_module_ipc.c \
 
17
    ${ngx_addon_dir}/src/store/memory/store.c \
 
18
    ${ngx_addon_dir}/src/store/ngx_rwlock.c \
 
19
    ${ngx_addon_dir}/src/ngx_http_push_module.c \
 
20
    "
 
21
 
 
22
have=NGX_HTTP_HEADERS . auto/have
 
23
. auto/feature
 
24
 
 
25
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
 
26
CORE_INCS="$CORE_INCS $ngx_feature_incs"
 
 
b'\\ No newline at end of file'