diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-06-28 18:56:33 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-06-28 18:56:33 +0300 |
commit | 53074c3b2905061d3a7cf32f20d7dc481efc488a (patch) | |
tree | e4ec40ac813a0f2c73d33a213ce54e76239ae437 /auto/sources | |
parent | ec5e540fd7e4c87026c4c94674a7ee758c357d75 (diff) | |
download | unit-53074c3b2905061d3a7cf32f20d7dc481efc488a.tar.gz unit-53074c3b2905061d3a7cf32f20d7dc481efc488a.tar.bz2 |
Configuration: reduced names of structures, functions, and macros.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources index 33c97e1f..d8403ada 100644 --- a/auto/sources +++ b/auto/sources @@ -138,7 +138,7 @@ NXT_LIB_SRCS=" \ src/nxt_http_parse.c \ src/nxt_app_log.c \ src/nxt_runtime.c \ - src/nxt_conf_json.c \ + src/nxt_conf.c \ src/nxt_stream_module.c \ src/nxt_master_process.c \ src/nxt_worker_process.c \ |