forked from slact/nchan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
26 lines (23 loc) · 745 Bytes
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ngx_feature="http_push_module"
ngx_feature_name=
ngx_feature_run=no
ngx_feature_incs=
ngx_feature_path=
ngx_feature_libs=
ngx_feature_test=
ngx_addon_name=ngx_http_push_module
HTTP_MODULES="$HTTP_MODULES ngx_http_push_module"
CORE_INCS="$CORE_INCS \
$ngx_addon_dir/src"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
${ngx_addon_dir}/src/ngx_http_push_defs.c \
${ngx_addon_dir}/src/store/rbtree_util.c \
${ngx_addon_dir}/src/store/ngx_http_push_module_ipc.c \
${ngx_addon_dir}/src/store/memory/store.c \
${ngx_addon_dir}/src/store/ngx_rwlock.c \
${ngx_addon_dir}/src/ngx_http_push_module.c \
"
have=NGX_HTTP_HEADERS . auto/have
. auto/feature
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
CORE_INCS="$CORE_INCS $ngx_feature_incs"