diff options
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/cc | 2 | ||||
| -rw-r--r-- | auto/sources | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -296,7 +296,7 @@ case $CC in CFLAGS="$CFLAGS -zq" # Open Watcom C 1.2 - have=HAVE_C99_VARIADIC_MACROS . auto/have + #have=HAVE_C99_VARIADIC_MACROS . auto/have # precompiled headers CORE_DEPS="$CORE_DEPS $OBJS\\ngx_config.pch" diff --git a/auto/sources b/auto/sources index a105a71fb..86a1cddd8 100644 --- a/auto/sources +++ b/auto/sources @@ -11,7 +11,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_alloc.h \ src/core/ngx_array.h \ src/core/ngx_table.h \ - src/core/ngx_hunk.h \ + src/core/ngx_buf.h \ src/core/ngx_string.h \ src/core/ngx_parse.h \ src/core/ngx_inet.h \ @@ -29,7 +29,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_log.c \ src/core/ngx_alloc.c \ src/core/ngx_array.c \ - src/core/ngx_hunk.c \ + src/core/ngx_buf.c \ src/core/ngx_output_chain.c \ src/core/ngx_string.c \ src/core/ngx_parse.c \ |
